ImageGear .NET - Updated
ChannelCount Property (ImGearMultichannelLUT)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMultichannelLUT Class : ChannelCount Property
Gets number of single channel LUTs in the multi-channel LUT. .
Syntax
'Declaration
 
Public ReadOnly Property ChannelCount As Integer
'Usage
 
Dim instance As ImGearMultichannelLUT
Dim value As Integer
 
value = instance.ChannelCount
public int ChannelCount {get;}
public: __property int get_ChannelCount();
public:
property int ChannelCount {
   int get();
}

Property Value

Any integer number.
See Also

Reference

ImGearMultichannelLUT Class
ImGearMultichannelLUT Members