ICC_CURVE

typedef struct __ICCCURVE
{
    L_IccUInt32Number uCurveCount;
    L_IccUInt16Number L_FAR * pCurveData;
} ICC_CURVE, L_FAR * pICC_CURVE;

The ICCTAG_CURVE_TYPE structure is used to save CurveType data.

Member

Description

uCurveCount

Number of entries in the buffer pointed to by pCurveData

pCurveData

Pointer to a buffer that contains the actual curve data.