'Usage
Dim inputDepth As Integer
Dim inputIsSigned As Boolean
Dim outputDepth As Integer
Dim outputIsSigned As Boolean
Dim instance As New ImGearFullLUT(inputDepth, inputIsSigned, outputDepth, outputIsSigned)
Parameters
inputDepth
Specifies input depth of the LUT.
inputIsSigned
Specifies whether LUT input is signed.
outputDepth
Specifies output depth of the LUT.
outputIsSigned
Specifies whether LUT output is signed.
Remarks
This constructor creates a new instance of ImGearFullLUT object and allocates the internal table, according to input and output depths.