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.

Member

Description

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