Important: The information in this document is obsolete and should not be used for new development.
CMY Color Value
A color value expressed in the CMY color space is composed ofcyan
,magenta
, andyellow
component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive.
struct CMCMYColor { unsigned shortcyan; unsigned shortmagenta; unsigned shortyellow; };