LICCProfile::GetParametricCurveNumberOfParameters
#include "ltwrappr.h"
L_INT LICCProfile::GetParametricCurveNumberOfParameters(enFunctionType)
ICCFUNCTIONTYPE enFunctionType; |
/* parametric function type */ |
Retrieves the number of parameters of a parametric curve type function.
Parameter |
Description |
enFunctionType |
Value that represents the parametric curve type function. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
According to ICC.1:2004-10 specification page 56, the only possible number of parameters can be retrieved by this function are: 1, 3, 4, 5, 7.
Required DLLs and Libraries
LTCLR For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Example
For an example, refer to LICCProfile::ConvertParametricCurveTypeToBuffer.