VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorBaseJS type / get_Alpha Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Alpha Method
    In This Topic
    Gets the alpha component value of this color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebColorBaseJS();
    
    var value; // Type: number
    value = instance.get_Alpha();
    
    
    function get_Alpha() : number;
    

    Return Value

    Alpha component value.
    Browser Compatibility
    56+
    45+
    11
    See Also