LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 New IccResponseCurve(channelsCount, responseDataOffsets, curveStructure)
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also