Carbon


CMLut16Type

Header: CMICCProfile.h

struct CMLut16Type {
    OSType typeDescriptor; 
    UInt32 reserved; 
    UInt8 inputChannels; 
    UInt8 outputChannels; 
    UInt8 gridPoints; 
    UInt8 reserved2; 
    Fixed matrix[3][3]; 
    UInt16 inputTableEntries; 
    UInt16 outputTableEntries; 
    UInt16 inputTable[1]; 
    UInt16 CLUT[1]; 
    UInt16 outputTable[1]; 
    UInt16 scOpcode; 
    SInt32 scParam1; 
    SInt32 scParam2; 
    UInt32 busID; 
    ATADevInfo FirstDevice; 
    ATADevInfo SecondDevice; 
    RegEntryIDPtr aimRegEntry; 
    UInt32 refCon; 
    UInt8 ataPIOModes; 
    UInt8 ataSingleDMAModes; 
    UInt8 ataMultiDMAModes; 
    UInt8 ataUltraDMAModes; 
    UInt32 ataIOPBsize0; 
    UInt32 ataIOPBsize1;
};

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