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




In This Topic
BitsPerChannel Property (ImGearPixel)
In This Topic
Gets the number of bits per color channel.
Syntax
'Declaration
 
Public ReadOnly Property BitsPerChannel As Integer
 
'Usage
 
Dim instance As ImGearPixel
Dim value As Integer
 
value = instance.BitsPerChannel

Property Value

Any integer value.
See Also