←Select platform

IccLookupTable8 Constructor

Summary
Initializes a new IccLookupTable8 with explicit parameters.
Syntax
C#
C++/CLI
Python
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 
) 
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

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.