ImageGear .NET v25.1 - Updated
ColorChannelCount Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorSpace Structure : ColorChannelCount Property
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

Reference

ImGearColorSpace Structure
ImGearColorSpace Members