ICC_NAMED_COLOR2_DATA

typedef struct __ICC_NAMEDCOLORDATA
{
    L_Icc7BitAscii uColorRootName[32];
   L_IccUInt16Number uColorPCSCoord[3];
   L_IccUInt16Number L_FAR * uColorDeviceCoord;
} ICC_NAMED_COLOR2_DATA, L_FAR * 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.