ICCTAG_CHROMATICITY_TYPE

Summary

The ICCTAG_CHROMATICITY_TYPE structure is used to save a ChromaticityType tag.

Syntax

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

Members

tagBase

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C++ Class Library Help

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