Initializes a new instance of the 
ImGearFullLUT class.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Integer, _
   ByVal  As Boolean, _
   ByVal  As Integer, _
   ByVal  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 ,
   bool ,
   int ,
   bool 
)
             
        
            
            public: ImGearFullLUT( 
   int ,
   bool ,
   int ,
   bool 
)
             
        
            
            public:
ImGearFullLUT( 
   int ,
   bool ,
   int ,
   bool 
)
             
        
             
        
            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.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also