ImageGear22.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class : ImGearFullLUT 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 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 )