typedef struct _ICC_CHROMATICITY_CHANNELS
{
L_IccU16Fixed16Number Coords[2];
} ICC_CHANNEL_COORD, * pICC_CHANNEL_COORD;
The ICC_CHANNEL_COORD structure is used to save xy coordinate values.
Pointer to an array that contains the xy coordinate values of the channels.