![]() |
CMConvertXYZToFixedXYZ |
||||
Header: | CMApplication.h | Carbon status: | Supported | |
Converts colors specified in the XYZ color space whose components are expressed as XYZ 16-bit unsigned values of type CMXYZColor to equivalent colors expressed as 32-bit signed values of type CMFixedXYZColor.
CMError CMConvertXYZToFixedXYZ ( const CMXYZColor *src, CMFixedXYZColor *dst, UInt32 count );
A pointer to an array containing the list of XYZ colors to convert to Fixed XYZ colors.
A pointer to an array containing the list of colors resulting from the conversion in which the colors are specified as Fixed XYZ colors.
The number of colors to convert.
The CMConvertXYZToFixedXYZ function converts one or more colors whose components are defined as XYZ colors to equivalent colors whose components are defined as Fixed XYZ colors. Fixed XYZ colors allow for 32-bit precision. The XYZ color space is device independent.
Supported in Carbon. Available in Carbon 1.0.2 and later when ColorSync 2.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)