ICC_CURVE

typedef struct _ICCCURVE 
{ 
   L_IccUInt32Number uCurveCount; 
   L_IccUInt16Number  * pCurveData; 
} ICC_CURVE, * pICC_CURVE; 

The ICC_CURVE structure is used to save CurveType data.

Member

Description

uCurveCount

Number of entries in the buffer pointed to by pCurveData

pCurveData

Pointer to a buffer that contains the actual curve data.

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++ Class Library Help