ICC_CHANNEL_COORD

typedef struct __ICC_CHROMATICITY_CHANNELS
{
    L_IccU16Fixed16Number Coords[2];
} ICC_CHANNEL_COORD, L_FAR * pICC_CHANNEL_COORD;

The ICC_CHANNEL_COORD structure is used to save xy coordinate values.

Member

Description

Coords

Pointer to an array that contains the xy coordinate values of the channels.