Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.29
LEADTOOLS Color Conversion C DLL Help

ICC_CLUT8

Show in webframe

typedef struct __ICC_CLUT8
{
   L_IccUInt8Number NumOfGridPoints[16];
   L_IccUInt8Number uPrecision;
   L_IccUInt8Number uPad[3];
   L_IccUInt8Number * pData;
} ICC_CLUT8, * pICC_CLUT8;

The ICC_CLUT8 structure is used to color the lookup table data used in ICCTAG_LUT_A_TO_B_TYPE and ICCTAG_LUT_B_TO_A_TYPE structures.

Member

Description

NumOfGridPoints

Array that contains number of grid points in each dimension. The number of available dimensions can be obtained by the value of uInputChannels member of either ICCTAG_LUT_A_TO_B_TYPE or ICCTAG_LUT_B_TO_A_TYPE structure.

uPrecision

Value that represents the precision of data elements, in bytes. Its value must be 01h.

uPad

Reserved for padding. Pass 0.

pData

Pointer to a buffer that contains CLUT data points.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.