Visual Basic
C#
Managed Extensions for C++
C++/CLI
Field Value
byte[ ], Int16[ ] or Int32[ ]Actual type of the array depends on the output depth of the LUT:
- If output depth is between 1 and 8, Table is byte[ ]
- If output depth is between 9 and 16, Table is Int16[ ]
- If output depth is between 17 and 32, Table is Int32[ ]
Length of the table depends on the input depth, as follows:
Length = 2 ^ inputDepth.