ICC_XYZ_ARRAY
typedef struct _ICC_XYZ_ARRAY
{
pICC_XYZ_NUMBER XYZData;
} ICC_XYZ_ARRAY, L_FAR * pICC_XYZ_ARRAY;
The ICC_XYZ_ARRAY structure is used to save XYZ color space data.
Member |
Description |
XYZData |
Array of XYZ numbers. |