LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccResponseCurve Constructor (IccResponseCurve)






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. .NET support
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)
public IccResponseCurve( 
   ushort channelsCount,
   int[] responseDataOffsets,
   IccCurveStructure[] curveStructure
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccResponseCurve Structure
IccResponseCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.