Calculates quantity of extra channels in color space with given total channels quantity.
'Declaration
Public Overloads Function GetExtraChannelCount( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As ImGearColorSpace
Dim totalChannelCount As Integer
Dim value As Integer
value = instance.GetExtraChannelCount(totalChannelCount)
public int GetExtraChannelCount(
int
)
public: int GetExtraChannelCount(
int
)
public:
int GetExtraChannelCount(
int
)
Parameters
- totalChannelCount
- Total quantity of channels in the image.
Return Value
Quantity of extra channels or zero in case if color-space value doesn't contain
ImGearColorSpaceIDs.Ex bit.