typedef struct _ICC_CHROMATICITY
{
L_IccUInt16Number uChannelsCount;
L_UINT32 uColorantType;
pICC_CHANNEL_COORD pChannels;
} ICC_CHROMATICITY, * pICC_CHROMATICITY;
The ICC_CHROMATICITY structure is used to save ChromaticityType data.
Number of device channels.
Encoded value of phosphor or colorant type. For a list of possible values, refer to ICCCOLORANTTYPE.
Pointer to an ICC_CHANNEL_COORD structure that contains the CIE xy coordinate values of the channels.