LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

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

Show in webframe





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 IccLookupTableBToATagType with explicit parameters.
Syntax
public IccLookupTableBToATagType( 
   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 IccLookupTableBToATagType(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

See Also

Reference

IccLookupTableBToATagType Class
IccLookupTableBToATagType Members
Overload List

 

 


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