ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMultichannelLUT Class / ImGearMultichannelLUT Constructor / ImGearMultichannelLUT Constructor(Int32,Int32,Int32)
Specifies number of channels in the multichannel LUT.
Specifies input depth for single-channel LUTs.
Specifies output depth for single-channel LUTs.




In This Topic
    ImGearMultichannelLUT Constructor(Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the ImGearMultichannelLUT class and allocates its elements with default single-channel LUTs.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal channelCount As Integer, _
       ByVal inputDepth As Integer, _
       ByVal outputDepth As Integer _
    )
    'Usage
     
    Dim channelCount As Integer
    Dim inputDepth As Integer
    Dim outputDepth As Integer
     
    Dim instance As New ImGearMultichannelLUT(channelCount, inputDepth, outputDepth)
    public ImGearMultichannelLUT( 
       int channelCount,
       int inputDepth,
       int outputDepth
    )
    public: ImGearMultichannelLUT( 
       int channelCount,
       int inputDepth,
       int outputDepth
    )
    public:
    ImGearMultichannelLUT( 
       int channelCount,
       int inputDepth,
       int outputDepth
    )

    Parameters

    channelCount
    Specifies number of channels in the multichannel LUT.
    inputDepth
    Specifies input depth for single-channel LUTs.
    outputDepth
    Specifies output depth for single-channel LUTs.
    See Also