![]() |
Device Attribute Values for Version 2.x Profiles |
Header: CMICCProfile.h |
Define masks your application can use to set or test bits in the deviceAttributes field of the CM2Header structure.
enum { cmReflectiveTransparentMask = 1, cmGlossyMatteMask = 2 };
Bit 0 of deviceAttributes[1] specifies whether the media is transparent or reflective. If it has the value 0, the media is reflective; if it has the value 1, the media is transparent. Use the cmReflectiveTransparentMask mask to set the transparent/reflective bit in deviceAttributes[1] or to clear all bits except the transparent/reflective bit.
Bit 1of deviceAttributes[1] specifies whether the media is glossy or matte. If it has the value 0, the media is glossy; if it has the value 1, the media is matte. Use the cmGlossyMatteMask mask to set the glossy/matte bit in deviceAttributes[1] or to clear all bits except the glossy/matte bit.
The ColorSync Manager defines the structure
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)