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.

Member

Description

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Color Conversion C API Help