ImageGear .NET - Updated
ImGearMultichannelLUT Constructor(Int32)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMultichannelLUT Class > ImGearMultichannelLUT Constructor : ImGearMultichannelLUT Constructor(Int32)
Specifies number of channels in the multichannel LUT.
Initializes a new instance of the ImGearMultichannelLUT class with the specified number of single-channel LUTs.
Syntax
'Declaration
 
Public Function New( _
   ByVal channelCount As Integer _
)
'Usage
 
Dim channelCount As Integer
 
Dim instance As New ImGearMultichannelLUT(channelCount)
public ImGearMultichannelLUT( 
   int channelCount
)
public: ImGearMultichannelLUT( 
   int channelCount
)
public:
ImGearMultichannelLUT( 
   int channelCount
)

Parameters

channelCount
Specifies number of channels in the multichannel LUT.
Remarks
This constructor allocates the array of channel LUTs and initializes its elements with nulls.
See Also

Reference

ImGearMultichannelLUT Class
ImGearMultichannelLUT Members
Overload List