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 theCMXYZComponenttype definition combine to form a color value specified in the XYZ color space. The color value is defined by theCMXYZColortype definition.Your application uses the
CMXYZColordata structure to specify a color value in theCMColorunion to use in low-level color matching, color checking, or color conversion. You also use theCMXYZColordata 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 */ };