ImageGear v26.5 - Updated March 3, 2025
ImageGear.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.




In This Topic
ImGearRGBLUT Constructor(Int32,Int32)
In This Topic
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)

Parameters

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