LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccParametricCurve Constructor (IccParametricCurve)






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. .NET support
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,
   int[] parameters
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccParametricCurve Structure
IccParametricCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.