ImageGear .NET - Updated
ImGearFullLUT Constructor




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class : ImGearFullLUT Constructor
Specifies input depth of the LUT.
Specifies whether LUT input is signed.
Specifies output depth of the LUT.
Specifies whether LUT output is signed.
Initializes a new instance of the ImGearFullLUT class.
Syntax
'Declaration
 
Public Function New( _
   ByVal inputDepth As Integer, _
   ByVal inputIsSigned As Boolean, _
   ByVal outputDepth As Integer, _
   ByVal outputIsSigned As Boolean _
)
'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)
public ImGearFullLUT( 
   int inputDepth,
   bool inputIsSigned,
   int outputDepth,
   bool outputIsSigned
)
public: ImGearFullLUT( 
   int inputDepth,
   bool inputIsSigned,
   int outputDepth,
   bool outputIsSigned
)
public:
ImGearFullLUT( 
   int inputDepth,
   bool inputIsSigned,
   int outputDepth,
   bool 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.
See Also

Reference

ImGearFullLUT Class
ImGearFullLUT Members