ImageGear .NET v24.12 - Updated
ImGearRGBLUT Constructor(Int32,Int32)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRGBLUT Class > ImGearRGBLUT Constructor : ImGearRGBLUT Constructor(Int32,Int32)
Specifies input depth for single-channel LUTs.
Specifies output depth for single-channel LUTs.
Initializes a new instance of the ImGearRGBLUT class and allocates its single-channel LUTs.
Syntax
'Declaration
 
Public Function New( _
   ByVal inputDepth As Integer, _
   ByVal outputDepth As Integer _
)
'Usage
 
Dim inputDepth As Integer
Dim outputDepth As Integer
 
Dim instance As New ImGearRGBLUT(inputDepth, outputDepth)
public ImGearRGBLUT( 
   int inputDepth,
   int outputDepth
)
public: ImGearRGBLUT( 
   int inputDepth,
   int outputDepth
)
public:
ImGearRGBLUT( 
   int inputDepth,
   int outputDepth
)

Parameters

inputDepth
Specifies input depth for single-channel LUTs.
outputDepth
Specifies output depth for single-channel LUTs.
See Also

Reference

ImGearRGBLUT Class
ImGearRGBLUT Members
Overload List