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

A 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

A pointer to an ICC_CURVE_STRUCTURE structure that contains the curve data.

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.