Carbon


CMRGBColor

Header: CMApplication.h

struct CMRGBColor {
    UInt16 red; 
    UInt16 green; 
    UInt16 blue;
};

A color value expressed in the RGB color space is composed of red, green, and blue component values. Each color component is expressed as a numeric value within the range of 0 to 65535.


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