ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorSpace Structure / AlphaChannelCount Property




In This Topic
    AlphaChannelCount Property
    In This Topic
    Gets the number of alpha channels in the color space.
    Syntax
    'Declaration
     
    Public ReadOnly Property AlphaChannelCount As Integer
    'Usage
     
    Dim instance As ImGearColorSpace
    Dim value As Integer
     
    value = instance.AlphaChannelCount
    public int AlphaChannelCount {get;}
    public: __property int get_AlphaChannelCount();
    public:
    property int AlphaChannelCount {
       int get();
    }

    Property Value

    Any positive integer value.
    See Also