CMCMYColor
Contains color values expressed in the CMY color space.
Declaration
typedef struct CMCMYColor {
...
} CMCMYColor;Overview
A color value expressed in the CMY color space is composed of cyan, magenta, and yellow component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive.