Contents

CMYxyColor

Contains values for a color expressed in the Yxy color space.

Declaration

typedef struct CMYxyColor {
    ...
} CMYxyColor;

Overview

A color value expressed in the Yxy color space is composed of capY, x, and y component values. Each color component is expressed as a numeric value within the range of 0 to 65535 which maps to 0 to 1.

Topics

Instance Properties