typedef struct __ICCPARAMETRICCURVE
{
L_UINT16 uFunctionType;
L_IccUInt8Number uReserved[2];
L_IccS15Fixed16Number * pParameters;
} ICC_PARAMETRIC_CURVE, * pICC_PARAMETRIC_CURVE;
The ICC_PARAMETRIC_CURVE structure is used to save parametric curve tag data.
Member |
Description |
uFunctionType |
A value that indicates the function type. For a list of possible values, refer to ICCFUNCTIONTYPE. |
uReserved |
Reserved. Must be set to 0. |
pParameters |
A pointer to a buffer that contains one or more parameters for the function specified in uFunctionType. For more information on the functions and their parameters, refer to www.color.org. |