ICC_PARAMETRIC_CURVE

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.

Members

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 https://www.color.org/index.xalter.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.