Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccCurve Constructor
See Also 
Leadtools.ColorConversion Namespace > IccCurve Structure : IccCurve Constructor



curveData
Actual curve values. If there was only one value, then it should be in the format u8Fixed8Number.
Initializes a new IccCurve with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal curveData() As UShort _
)
Visual Basic (Usage)Copy Code
Dim curveData() As UShort
 
Dim instance As IccCurve(curveData)
C# 
public IccCurve( 
   ushort[] curveData
)
C++/CLI 
public:
IccCurve( 
   array<ushort>^ curveData
)

Parameters

curveData
Actual curve values. If there was only one value, then it should be in the format u8Fixed8Number.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also