The ICC_COLORANT_TABLE_DATA structure is used to save ColorantTableType data.
typedef struct __ICC_COLORANTTABLEDATA{L_Icc7BitAscii pColorantName[32];L_IccUInt16Number uPCSValue[3];} ICC_COLORANT_TABLE_DATA, *pICC_COLORANT_TABLE_DATA;
Pointer to an array of 32 bytes that contains the colorant name (null terminated).
PCS values of the colorant in the color space of the profile.