VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebOverlayCommandJS type / get_TransparentColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TransparentColor Method
    In This Topic
    Gets the color, which must be used as transparent color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayCommandJS();
    
    var value; // Type: string
    value = instance.get_TransparentColor();
    
    
    function get_TransparentColor() : string;
    

    Return Value

    Color. Default value is "rgba(255,255,255,0)".
    Browser Compatibility
    56+
    45+
    11
    See Also