ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : ImGearLinearLUT Constructor |
'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 ImGearLinearLUT(inputDepth, inputIsSigned, outputDepth, outputIsSigned)
public ImGearLinearLUT( int inputDepth, bool inputIsSigned, int outputDepth, bool outputIsSigned )
public: ImGearLinearLUT( int inputDepth, bool inputIsSigned, int outputDepth, bool outputIsSigned )
public: ImGearLinearLUT( int inputDepth, bool inputIsSigned, int outputDepth, bool outputIsSigned )