ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure / ColorChannelCount Property




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

Property Value

Non-negative value that represents quantity of color channels.
See Also