ICC_RESPONSE_CURVE

Summary

The ICC_RESPONSE_CURVE structure is used to save a ResponseCurveSet16Type Tag.

Syntax

typedef struct _ICC_RESPONSECURVE 
{ 
   L_IccUInt16Number uChannelsCount; 
   L_IccUInt16Number uMeasurementTypesCount; 
   L_IccUInt32Number * pResponseDataOffsets; 
   pICC_CURVE_STRUCTURE pCurveStructure; 
} ICC_RESPONSE_CURVE,  * pICC_RESPONSE_CURVE; 

Members

uChannelsCount

Non-negative value that indicates the number of channels.

uMeasurementTypesCount

Non-negative value that indicates the number of measurement types.

pResponseDataOffsets

Pointer to a buffer of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.

pCurveStructure

Pointer to the ICC_CURVE_STRUCTURE structure that contains the curve data.

Usage

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

LEADTOOLS Color Conversion C++ Class Library Help

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