Carbon


CMMultichannel8Color

Header: CMApplication.h

struct CMMultichannel8Color {
    UInt8 components[8]; 
      UInt8 length; 
      UInt8 text[36]; 
      UInt8 pad; 
    UInt16 fCount; 
    Str255 fFirstSearchDomains; 
    UInt16 adapter; 
    UInt16 sockets; 
    UInt32 infoStructVersion; 
    StringPtr vendorName; 
    StringPtr productName; 
    StringPtr revisionNumber; 
    StringPtr subRevisionNumber; 
    StringPtr serialNumber;
};

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