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.

Member

Description

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 www.color.org.

pRespArrays

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