VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / WebColorBase Class / alpha Property
Syntax Remarks Requirements SeeAlso
In This Topic
    alpha Property (WebColorBase)
    In This Topic
    Gets or sets the alpha component value of this color.
    Syntax
    'Declaration
    
    Public Property alpha As Integer
    
    
    public int alpha { get; set; }
    
    
    public: __property int get_alpha();
    public: __property void set_alpha(
    int value
    );
    public:
    property int alpha { int get(); void set(int value); }

    Property Value

    Minimum value is 0.
    If type == "ARGB32" - maximum value is 255;
    if type == "ARGB64" - maximum value is 65535.
    Default value is 0.
    Remarks

    Property avaliable if type == "ARGB32" or if type == "ARGB64".

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also