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

IccLookupTableAToBTagType Constructor(Int32,Int32,IccTagTypeBase[],IccTagTypeBase[],IccTagTypeBase[],IccColorLookupTableBase,IccMatrix)






Number of input channels.
Number of output channels.
Array that contains the B curves data of type IccCurveTagType or IccParametricCurveTagType.
Array that contains the M curves data of type IccCurveTagType or IccParametricCurveTagType.
Array that contains the A curves data of type IccCurveTagType or IccParametricCurveTagType.
Array that contains the CLUT data of type IccColorLookupTable8Bit or IccColorLookupTable16Bit.
IccMatrix class that contains the Matrix data.
Initializes a new IccLookupTableAToBTagType with explicit parameters. .NET support
Syntax
public IccLookupTableAToBTagType( 
   int inputChannels,
   int outputChannels,
   IccTagTypeBase[] curveB,
   IccTagTypeBase[] curveM,
   IccTagTypeBase[] curveA,
   IccColorLookupTableBase colorLookupTable,
   IccMatrix matrix
)
'Declaration
 
Public Function New( _
   ByVal inputChannels As Integer, _
   ByVal outputChannels As Integer, _
   ByVal curveB() As IccTagTypeBase, _
   ByVal curveM() As IccTagTypeBase, _
   ByVal curveA() As IccTagTypeBase, _
   ByVal colorLookupTable As IccColorLookupTableBase, _
   ByVal matrix As IccMatrix _
)
'Usage
 
Dim inputChannels As Integer
Dim outputChannels As Integer
Dim curveB() As IccTagTypeBase
Dim curveM() As IccTagTypeBase
Dim curveA() As IccTagTypeBase
Dim colorLookupTable As IccColorLookupTableBase
Dim matrix As IccMatrix
 
Dim instance As New IccLookupTableAToBTagType(inputChannels, outputChannels, curveB, curveM, curveA, colorLookupTable, matrix)
public IccLookupTableAToBTagType( 
   int inputChannels,
   int outputChannels,
   IccTagTypeBase[] curveB,
   IccTagTypeBase[] curveM,
   IccTagTypeBase[] curveA,
   IccColorLookupTableBase colorLookupTable,
   IccMatrix matrix
)
function IccLookupTableAToBTagType( 
   inputChannels ,
   outputChannels ,
   curveB ,
   curveM ,
   curveA ,
   colorLookupTable ,
   matrix 
)

Parameters

inputChannels
Number of input channels.
outputChannels
Number of output channels.
curveB
Array that contains the B curves data of type IccCurveTagType or IccParametricCurveTagType.
curveM
Array that contains the M curves data of type IccCurveTagType or IccParametricCurveTagType.
curveA
Array that contains the A curves data of type IccCurveTagType or IccParametricCurveTagType.
colorLookupTable
Array that contains the CLUT data of type IccColorLookupTable8Bit or IccColorLookupTable16Bit.
matrix
IccMatrix class that contains the Matrix 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

IccLookupTableAToBTagType Class
IccLookupTableAToBTagType Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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