Important: The information in this document is obsolete and should not be used for new development.
Yxy Color Value
A color value expressed in the Yxy color space is composed ofcapY
,x
, andy
component values. Each color component is expressed as a numeric value within the range of 0 to 65535, which maps to 0 to 1. The color value is defined by theCMYxyColor
type definition
struct CMYxyColor { unsigned shortcapY;/* 0..65535 maps to 0..1 */ unsigned shortx; /* 0..65535 maps to 0..1 */ unsigned shorty; /* 0..65535 maps to 0..1 */ };