LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccParametricCurve Constructor (IccParametricCurve)

Show in webframe





A value that indicates the function type. For a list of possible values, refer to IccFunctionsType.
Array that contains one or more parameters.
Initializes a new IccParametricCurve with explicit parameters.
Syntax
public IccParametricCurve( 
   IccFunctionsType functionType,
   int[] parameters
)
'Declaration
 
Public Function New( _
   ByVal functionType As IccFunctionsType, _
   ByVal parameters() As Integer _
)
'Usage
 
Dim functionType As IccFunctionsType
Dim parameters() As Integer
 
Dim instance As New IccParametricCurve(functionType, parameters)

            

            
public:
IccParametricCurve( 
   IccFunctionsType functionType,
   array<int>^ parameters
)

Parameters

functionType
A value that indicates the function type. For a list of possible values, refer to IccFunctionsType.
parameters
Array that contains one or more parameters.
Requirements

Target Platforms

See Also

Reference

IccParametricCurve Structure
IccParametricCurve Members

 

 


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