ImageGear v26.3 - Updated
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)
    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