![]() |
CMCMYKColor |
Header: CMApplication.h |
struct CMCMYKColor { UInt16 cyan; UInt16 magenta; UInt16 yellow; UInt16 black; }; typedef CMCMYKColor CMYKColor;
A color value expressed in the CMYK color space is composed of cyan, magenta, yellow, and black component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)