ICC_NAMED_COLOR2_DATA

Summary

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

Syntax

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

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.