ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback