ICCCOLORANTTYPE

typedef enum 
{ 
   UnknownColorant  = 0x0000, 
   ITU_R_BT709   = 0x0001, 
   SMPTE_RP145_1994 = 0x0002, 
   EBU_TECH3213_E = 0x0003, 
   P22 = 0x0004 
} ICCCOLORANTTYPE; 

This enumerated type is used within the ICC_CHROMATICITY structure to indicate phosphor or colorant type.

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.