Important: The information in this document is obsolete and should not be used for new development.
XYZ Color Value
Three color component values defined by theCMXYZComponent
type definition combine to form a color value specified in the XYZ color space. The color value is defined by theCMXYZColor
type definition.Your application uses the
CMXYZColor
data structure to specify a color value in theCMColor
union to use in low-level color matching, color checking, or color conversion. You also use theCMXYZColor
data structure to specify the XYZ white point reference used in the conversion of colors to or from the XYZ color space.
struct CMXYZColor { CMXYZComponentX;/* X component of color in XYZ color space */ CMXYZComponentY;/* Y component of color in XYZ color space */ CMXYZComponentZ;/* Z component of color in XYZ color space */ };