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




channelsCount
Non-negative value that indicates the number of channels.
responseDataOffsets
Array of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.
curveStructure
IccCurveStructure structure that contains the curve data.
Initializes a new IccCurveStructure with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal channelsCount As UShort, _
   ByVal responseDataOffsets() As Integer, _
   ByVal curveStructure() As IccCurveStructure _
)
Visual Basic (Usage)Copy Code
Dim channelsCount As UShort
Dim responseDataOffsets() As Integer
Dim curveStructure() As IccCurveStructure
 
Dim instance As IccResponseCurve(channelsCount, responseDataOffsets, curveStructure)
C# 
public IccResponseCurve( 
   ushort channelsCount,
   int[] responseDataOffsets,
   IccCurveStructure[] curveStructure
)
Managed Extensions for C++ 
public: IccResponseCurve( 
   ushort channelsCount,
   int[]* responseDataOffsets,
   IccCurveStructure[]* curveStructure
)
C++/CLI 
public:
IccResponseCurve( 
   ushort channelsCount,
   array<int>^ responseDataOffsets,
   array<IccCurveStructure>^ curveStructure
)

Parameters

channelsCount
Non-negative value that indicates the number of channels.
responseDataOffsets
Array of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.
curveStructure
IccCurveStructure structure that contains the curve data.

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