Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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
)
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also