Initializes a new IccLookupTable16 with explicit parameters.
public IccLookupTable16(
int inputChannels,
int outputChannels,
int colorLookupTablePoints,
int e00,
int e01,
int e02,
int e10,
int e11,
int e12,
int e20,
int e21,
int e22,
ushort[] inputTables,
ushort[] colorLookupTableTables,
ushort[] outputTables
)
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 UShort, _
ByVal colorLookupTableTables() As UShort, _
ByVal outputTables() As UShort _
)
public:
IccLookupTable16(
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<ushort>^ inputTables,
array<ushort>^ colorLookupTableTables,
array<ushort>^ outputTables
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document