ICC_PARAMETRIC_CURVE

Summary

The ICC_PARAMETRIC_CURVE structure is used to save parametric curve tag data.

Syntax

typedef struct _ICCPARAMETRICCURVE 
{ 
   L_UINT16 uFunctionType; 
   L_IccUInt8Number uReserved[2]; 
   L_IccS15Fixed16Number * pParameters; 
} ICC_PARAMETRIC_CURVE,  * pICC_PARAMETRIC_CURVE; 

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

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.

Usage

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

LEADTOOLS Color Conversion C++ Class Library Help

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