Carbon


CMMultichannel5Color

Header: CMApplication.h

struct CMMultichannel5Color {
    UInt8 components[5]; 
    Boolean behavesSynchronously; 
    UInt8 pad[3]; 
    UInt16 purgePermission; 
    UInt16 purgeReserved; 
    Ptr purgeDriverPointer; 
    UInt16 adapter; 
    Byte state; 
    Byte irqStatus; 
    UInt16 adapter; 
    Byte mode; 
    Byte reserved; 
    Ptr handler;
};

A color expressed in the multichannel color space with 5 channels. The color value for each channel component is expressed as an unsigned byte of type char.


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