Carbon


CMNamedColor

Header: CMApplication.h

struct CMNamedColor {
    UInt32 namedColorIndex; 
    UInt16 TPLDATE_TIME; 
    UInt16 TPLDATE_DAY; 
    UInt16 TPLBATT_RDAY; 
    UInt16 TPLBATT_XDAY; 
    Byte TPL_CODE; 
    Byte TPL_LINK; 
    TupleBody TPL_BODY; 
      void *retBuffPtr; 
      SInt16 retBuffSize; 
      SInt16 maxToGet; 
      SInt16 numGotten;
};

A color value expressed in a named color space is composed of a single component, namedColorIndex, represented as a numeric value within the range of an unsigned long, or 1 to 232 – 1 inclusive.


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