public IccLookupTable16(
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
ushort[] ,
ushort[] ,
ushort[]
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal () As UShort, _
ByVal () As UShort, _
ByVal () As UShort _
)
'Usage
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 UShort
Dim colorLookupTableTables() As UShort
Dim outputTables() As UShort
Dim instance As New IccLookupTable16(inputChannels, outputChannels, colorLookupTablePoints, e00, e01, e02, e10, e11, e12, e20, e21, e22, inputTables, colorLookupTableTables, outputTables)
public:
IccLookupTable16(
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
array<ushort>^ ,
array<ushort>^ ,
array<ushort>^
)