ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / ChannelDepths Property




In This Topic
ChannelDepths Property
In This Topic
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

Property Value

Integer array.
See Also