ImageGear .NET v25.1 - Updated
ChannelDepths Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : ChannelDepths Property
Gets the bit depth of each color channel in the image.
Syntax
'Declaration
 
Public ReadOnly Property ChannelDepths As Integer()
'Usage
 
Dim instance As ImGearDIB
Dim value() As Integer
 
value = instance.ChannelDepths
public int[] ChannelDepths {get;}
public: __property int[]* get_ChannelDepths();
public:
property array<int>^ ChannelDepths {
   array<int>^ get();
}

Property Value

Integer array.
See Also

Reference

ImGearDIB Class
ImGearDIB Members