Carbon


CMMultichannel7Color

Header: CMApplication.h

struct CMMultichannel7Color {
    UInt8 components[7]; 
    FSSpec theFile; 
    ScriptCode theFileScript; 
    SInt32 thePart; 
    Str31 thePartName; 
    ScriptCode thePartScript; 
    UInt32 hSpacing; 
    UInt32 vSpacing; 
    UInt32 cleanApertureWidthN; 
    UInt32 cleanApertureWidthD; 
    UInt32 cleanApertureHeightN; 
    UInt32 cleanApertureHeightD; 
    UInt32 horizOffN; 
    UInt32 horizOffD; 
    UInt32 vertOffN; 
    UInt32 vertOffD; 
    GrafPort gPort; 
    QDProcs gProcs; 
    SInt32 lGParam1; 
    SInt32 lGParam2; 
    SInt32 lGParam3; 
    SInt32 lGParam4;
};

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