ICC_CURVE_STRUCTURE

typedef struct __ICC_CURVESTRUCTURE 
{ 
   L_UINT32 uMeasurementSig; 
   L_IccUInt32Number * pMeasurementCount; 
   pICC_XYZ_NUMBER pMeasOfPatch; 
   pICC_RESPONSE_ARRAYS pRespArrays; 
} ICC_CURVE_STRUCTURE, * pICC_CURVE_STRUCTURE; 

The ICC_CURVE_STRUCTURE structure is used to save curve data.

Members

uMeasurementSig

A value that indicates the measurement unit signature. For a list of possible values, refer to ICCMEASUREMENTSIGNATURE.

pMeasurementCount

Pointer to a buffer that contains the number of measurements for each channel. There is one entry for each channel.

pMeasOfPatch

Pointer to an array of ICC_XYZ_NUMBER structures with number-of-channels measurements of patch with the maximum colorant value. PCS values are relative colorimetric. For more information on the "number-of-channels measurements of patch with the maximum colorant value", refer to https://www.color.org/index.xalter.

pRespArrays

Pointer to an array of ICC_RESPONSE_ARRAYS structures. There is one structure for each channel.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.