ICC_CHROMATICITY

Summary

The ICC_CHROMATICITY structure is used to save ChromaticityType data.

Syntax

typedef struct __ICC_CHROMATICITY 
{ 
   L_IccUInt16Number uChannelsCount; 
   L_UINT32 uColorantType; 
   pICC_CHANNEL_COORD pChannels; 
} ICC_CHROMATICITY, *pICC_CHROMATICITY; 

Members

uChannelsCount

Number of device channels.

uColorantType

Encoded value of phosphor or colorant type. For a list of possible values, refer to ICCCOLORANTTYPE.

pChannels

Pointer to an ICC_CHANNEL_COORD structure that contains the CIE xy coordinate values of the channels.

Usage

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 API Help

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