'Usage
Dim inputDepth As Integer
Dim inputIsSigned As Boolean
Dim outputDepth As Integer
Dim outputIsSigned As Boolean
Dim instance As New ImGearLinearLUT(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
Slope and Intercept will be initialized to default values of 1.0 and 0.0. They should be initialized later, if necessary, via corresponding set properties.