Carbon


CMMultichannel6Color

Header: CMApplication.h

struct CMMultichannel6Color {
    UInt8 components[6]; 
    ControlRef nextControl; 
    WindowRef contrlOwner; 
    Rect contrlRect; 
    UInt8 contrlVis; 
    UInt8 contrlHilite; 
    SInt16 contrlValue; 
    SInt16 contrlMin; 
    SInt16 contrlMax; 
    Handle contrlDefProc; 
    char TPLFMT_TYPE; 
    char TPLFMT_EDC; 
    SInt32 TPLFMT_OFFSET; 
    SInt32 TPLFMT_NBYTES; 
    union {
    
    } u; 
    UInt32 version; 
    UInt32 reserved[2]; 
    UInt32 maxConfig; 
    UInt32 maxTerminate; 
    UInt32 maxFailureLocal; 
    UInt32 maxFailureRemote; 
    UInt32 timerPeriod; 
    UInt32 localIPAddress; 
    UInt32 remoteIPAddress; 
    UInt8 data[256];
};

A color expressed in the multichannel color space with 6 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)