LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccResponseCurve Constructor (IccResponseCurve)

Show in webframe





Non-negative value that indicates the number of channels.
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.
IccCurveStructure structure that contains the curve data.
Initializes a new IccCurveStructure with explicit parameters.
Syntax
public IccResponseCurve( 
   ushort channelsCount,
   int[] responseDataOffsets,
   IccCurveStructure[] curveStructure
)
'Declaration
 
Public Function New( _
   ByVal channelsCount As UShort, _
   ByVal responseDataOffsets() As Integer, _
   ByVal curveStructure() As IccCurveStructure _
)
'Usage
 
Dim channelsCount As UShort
Dim responseDataOffsets() As Integer
Dim curveStructure() As IccCurveStructure
 
Dim instance As New IccResponseCurve(channelsCount, responseDataOffsets, 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

See Also

Reference

IccResponseCurve Structure
IccResponseCurve Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.