Carbon


CMNamedColor2EntryType

Header: CMICCProfile.h

struct CMNamedColor2EntryType {
    UInt8 rootName[32]; 
    UInt16 PCSColorCoords[3]; 
    UInt16 DeviceColorCoords[1]; 
    SignedByte version; 
    SectionType kind; 
    UpdateMode mode; 
    TimeStamp mdDate; 
    SInt32 sectionID; 
    SInt32 refCon; 
    AliasHandle alias; 
    SInt32 subPart; 
    SectionHandle nextSection; 
    SInt32 ioRefNum; 
    FormatType format; 
    SInt32 formatIndex; 
    UInt32 offset; 
    Ptr buffPtr; 
    UInt32 buffLen; 
      UInt16 sktCaps; 
      UInt32 activeHigh; 
      UInt32 activeLow; 
    UInt8 *ioBuf; 
    UInt32 Count;
};

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