The ICCTAG_CHROMATICITY_TYPE structure is used to save a ChromaticityType tag.
typedef struct _ICCTAG_CHROMATICITY_TYPE
{
ICCTAG_BASE tagBase;
ICC_CHROMATICITY Chrom;
} ICCTAG_CHROMATICITY_TYPE, * pICCTAG_CHROMATICITY_TYPE;
Pointer to an ICCTAG_BASE structure that specifies the ICC signature.
Pointer to an ICC_CHROMATICITY structure that contains the tag data.
The signature for this tag type is ChromaticityTypeSig (0x6368726D).