ImGearMultichannelLUT Constructor(Int32)
In This Topic
Initializes a new instance of the
ImGearMultichannelLUT class with the specified number of single-channel LUTs.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
'Usage
Dim channelCount As Integer
Dim instance As New ImGearMultichannelLUT(channelCount)
public ImGearMultichannelLUT(
int
)
public: ImGearMultichannelLUT(
int
)
public:
ImGearMultichannelLUT(
int
)
Parameters
- channelCount
- Specifies number of channels in the multichannel LUT.
See Also