Carbon


CMCMYColor

Header: CMApplication.h

struct CMCMYColor {
    UInt16 cyan; 
    UInt16 magenta; 
    UInt16 yellow;
};

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.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)