Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccLookupTable8 Constructor
See Also 
Leadtools.ColorConversion Namespace > IccLookupTable8 Structure : IccLookupTable8 Constructor




inputChannels
Number of input channels.
outputChannels
Number of output channels.
colorLookupTablePoints
Number of CLUT grid points (identical for each side).
e00
Encoded e00 parameter.
e01
Encoded e01 parameter.
e02
Encoded e02 parameter.
e10
Encoded e10 parameter.
e11
Encoded e11 parameter.
e12
Encoded e12 parameter.
e20
Encoded e20 parameter.
e21
Encoded e21 parameter.
e22
Encoded e22 parameter.
inputTables
Array that contains input tables.
colorLookupTableTables
Array that contains CLUT values.
outputTables
Array that contains output tables.
Initializes a new IccLookupTable8 with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal inputChannels As Integer, _
   ByVal outputChannels As Integer, _
   ByVal colorLookupTablePoints As Integer, _
   ByVal e00 As Integer, _
   ByVal e01 As Integer, _
   ByVal e02 As Integer, _
   ByVal e10 As Integer, _
   ByVal e11 As Integer, _
   ByVal e12 As Integer, _
   ByVal e20 As Integer, _
   ByVal e21 As Integer, _
   ByVal e22 As Integer, _
   ByVal inputTables() As Byte, _
   ByVal colorLookupTableTables() As Byte, _
   ByVal outputTables() As Byte _
)
Visual Basic (Usage)Copy Code
Dim inputChannels As Integer
Dim outputChannels As Integer
Dim colorLookupTablePoints As Integer
Dim e00 As Integer
Dim e01 As Integer
Dim e02 As Integer
Dim e10 As Integer
Dim e11 As Integer
Dim e12 As Integer
Dim e20 As Integer
Dim e21 As Integer
Dim e22 As Integer
Dim inputTables() As Byte
Dim colorLookupTableTables() As Byte
Dim outputTables() As Byte
 
Dim instance As IccLookupTable8(inputChannels, outputChannels, colorLookupTablePoints, e00, e01, e02, e10, e11, e12, e20, e21, e22, inputTables, colorLookupTableTables, outputTables)
C# 
public IccLookupTable8( 
   int inputChannels,
   int outputChannels,
   int colorLookupTablePoints,
   int e00,
   int e01,
   int e02,
   int e10,
   int e11,
   int e12,
   int e20,
   int e21,
   int e22,
   byte[] inputTables,
   byte[] colorLookupTableTables,
   byte[] outputTables
)
Managed Extensions for C++ 
public: IccLookupTable8( 
   int inputChannels,
   int outputChannels,
   int colorLookupTablePoints,
   int e00,
   int e01,
   int e02,
   int e10,
   int e11,
   int e12,
   int e20,
   int e21,
   int e22,
   byte[]* inputTables,
   byte[]* colorLookupTableTables,
   byte[]* outputTables
)
C++/CLI 
public:
IccLookupTable8( 
   int inputChannels,
   int outputChannels,
   int colorLookupTablePoints,
   int e00,
   int e01,
   int e02,
   int e10,
   int e11,
   int e12,
   int e20,
   int e21,
   int e22,
   array<byte>^ inputTables,
   array<byte>^ colorLookupTableTables,
   array<byte>^ outputTables
)

Parameters

inputChannels
Number of input channels.
outputChannels
Number of output channels.
colorLookupTablePoints
Number of CLUT grid points (identical for each side).
e00
Encoded e00 parameter.
e01
Encoded e01 parameter.
e02
Encoded e02 parameter.
e10
Encoded e10 parameter.
e11
Encoded e11 parameter.
e12
Encoded e12 parameter.
e20
Encoded e20 parameter.
e21
Encoded e21 parameter.
e22
Encoded e22 parameter.
inputTables
Array that contains input tables.
colorLookupTableTables
Array that contains CLUT values.
outputTables
Array that contains output tables.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also