ImageGear .NET - Updated
Table Field




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class : Table Field
Provides direct access to the LUT table.
Syntax
'Declaration
 
Public Table As Array
'Usage
 
Dim instance As ImGearFullLUT
Dim value As Array
 
value = instance.Table
 
instance.Table = value
public Array Table
public: Array* Table
public:
Array^ Table

Field Value

byte[ ], Int16[ ] or Int32[ ]
Remarks
Actual type of the array depends on the output depth of the LUT:

Length of the table depends on the input depth, as follows:

Length = 2 ^ inputDepth.
See Also

Reference

ImGearFullLUT Class
ImGearFullLUT Members