In This Topic ▼

ICCTAG_CHROMATICITY_TYPE

typedef struct __ICCTAG_CHROMATICITY_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   ICC_CHROMATICITY Chrom; 
} ICCTAG_CHROMATICITY_TYPE, * pICCTAG_CHROMATICITY_TYPE; 

The ICCTAG_CHROMATICITY_TYPE structure is used to save a ChromaticityType tag.

Members

tagBase

A pointer to an ICCTAG_BASE structure that specifies the ICC signature.

Chrom

Pointer to an ICC_CHROMATICITY structure that contains the tag data.

Comments

The signature for this tag type is ChromaticityTypeSig (0x6368726D).

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.