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