typedef struct __ICC_RESPONSECURVE
{
L_IccUInt16Number uChannelsCount;
L_IccUInt16Number uMeasurementTypesCount;
L_IccUInt32Number * pResponseDataOffsets;
pICC_CURVE_STRUCTURE pCurveStructure;
} ICC_RESPONSE_CURVE, * pICC_RESPONSE_CURVE;
The ICC_RESPONSE_CURVE structure is used to save a ResponseCurveSet16Type Tag.
Member |
Description |
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. |