Carbon


CMVideoCardGammaType

Header: CMICCProfile.h

Specifies a video card gamma profile tag.

struct CMVideoCardGammaType {
    OSType typeDescriptor; 
    UInt32 reserved; 
    CMVideoCardGamma gamma;
};

Field descriptions

typeDescriptor

The signature type for a video card gamma tag. There is currently only one type possible, cmSigVideoCardGammaType.

reserved

This field is reserved and must contain the value 0.

gamma

A structure that specifies the video card gamma data for the profile tag, as described in CMVideoCardGamma.


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