typedef struct _ICCTAG_COLORANT_TABLE_TYPE{ICCTAG_BASE tagBase;L_IccUInt32Number uColorantsCount;pICC_COLORANT_TABLE_DATA pColorantsData;} ICCTAG_COLORANT_TABLE_TYPE, * pICCTAG_COLORANT_TABLE_TYPE;
The ICCTAG_COLORANT_TABLE_TYPE structure is used to save a ColorantTableType tag.
Pointer to an ICCTAG_BASE structure that specifies the ICC signature.
Number of data elements in the buffer pointed to by pColorantsData.
Pointer to an ICC_COLORANT_TABLE_DATA structure that contains the tag's data.
The signature for this tag type is ColorantTableTypeSig (0x636c7274).