ColorChannelCount Property
In This Topic
Gets quantity of color channels. It does not include Alpha and Extra channels.
Syntax
'Declaration
Public ReadOnly Property ColorChannelCount As Integer
'Usage
Dim instance As ImGearColorSpace
Dim value As Integer
value = instance.ColorChannelCount
public int ColorChannelCount {get;}
public: __property int get_ColorChannelCount();
public:
property int ColorChannelCount {
int get();
}
Property Value
Non-negative value that represents quantity of color channels.
See Also