ImageGear v26.3 - Updated
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
    public int ColorChannelCount {get;}
    public: __property int get_ColorChannelCount();
    public:
    property int ColorChannelCount {
       int get();
    }

    Property Value

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