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




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

    Property Value

    Any positive integer value.
    See Also