VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpLosslessSettingsJS type / get_TransparentColorMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TransparentColorMode Method
    In This Topic
    Gets a value indicating whether to preserve the exact RGB values under transparent.
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpLosslessSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebWebpTransparentColorModeJS
    value = instance.get_TransparentColorMode();
    
    
    function get_TransparentColorMode() : WebWebpTransparentColorModeJS;
    

    Return Value

    An instance of WebWebpTransparentColorModeJS class that defines the transparent color mode of WEBP file.
    Browser Compatibility
    56+
    45+
    11
    See Also