Carbon


CMNamedColorType

Header: CMICCProfile.h

struct CMNamedColorType {
    OSType typeDescriptor; 
    UInt32 reserved; 
    UInt32 vendorFlag; 
    UInt32 count; 
    UInt8 prefixName[1]; 
    UInt8 suffixName[1]; 
    char data[1]; 
    ZVFeatures features; 
    UInt32 currentFlags; 
    Rect activeRect; 
    Boolean isInterlaced; 
    SInt8 filler; 
    UInt32 reserved1; 
    UInt32 reserved2; 
    UInt8 VPRTVers; 
    UInt8 VPRTType; 
    SInt16 drvrRefNum; 
    char TPLSWIL_INTRLV; 
    UInt16 adapter; 
    UInt16 socket;
};

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