Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.29
LEADTOOLS Color Conversion C DLL Help

ICC_PARAMETRIC_CURVE

Show in webframe

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.