Initializes a new instance of the
ImGearRGBLUT class and allocates its single-channel LUTs.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim inputDepth As Integer
Dim outputDepth As Integer
Dim instance As New ImGearRGBLUT(inputDepth, outputDepth)
public ImGearRGBLUT(
int ,
int
)
public: ImGearRGBLUT(
int ,
int
)
public:
ImGearRGBLUT(
int ,
int
)
Parameters
- inputDepth
- Specifies input depth for single-channel LUTs.
- outputDepth
- Specifies output depth for single-channel LUTs.
See Also