ICC_NAMED_COLOR2_DATA

typedef struct __ICC_NAMEDCOLORDATA 
{ 
   L_Icc7BitAscii uColorRootName[32]; 
   L_IccUInt16Number uColorPCSCoord[3]; 
   L_IccUInt16Number * uColorDeviceCoord; 
} ICC_NAMED_COLOR2_DATA, * pICC_NAMED_COLOR2_DATA; 

The ICC_NAMED_COLOR2_DATA structure is used to save a named color's data.

Members

uColorRootName

Array that contains the color root name. This is a 32-byte field including null termination.

uColorPCSCoord

Array that contains the named color's PCS encoding.

uColorDeviceCoord

Pointer to a buffer that contains the named color's device coordinates.

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

LEADTOOLS Color Conversion C API Help