Carbon


CMProfile

Header: CMICCProfile.h

struct CMProfile {
    CMHeader header; 
    CMProfileChromaticities profile; 
    CMProfileResponse response; 
    CMIString profileName; 
    char customData[1]; 
    DialogRecord fDialog; 
    TSMDocumentID fDocID; 
    TSMTERecHandle fTSMTERecH; 
    SInt32 fTSMTERsvd[3]; 
    SInt32 fhDirOffset; 
    SInt32 fhLength; 
    SInt32 fhCRC; 
    SInt8 fhROMRev; 
    SInt8 fhFormat; 
    SInt32 fhTstPat; 
    SInt8 fhReserved; 
    SInt8 fhByteLanes; 
    SInt16 device; 
    BitMap portBits; 
    Rect portRect; 
    RgnHandle visRgn; 
    RgnHandle clipRgn; 
    Pattern bkPat; 
    Pattern fillPat; 
    Point pnLoc; 
    Point pnSize; 
    OSType signature; 
    OSType kind;
};
typedef CMProfile CMProfilePtr;

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