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

var returnValue; // Type: any

// Parameters
var value; // Type: WebWebpTransparentColorModeJS

returnValue = instance.set_TransparentColorMode(value);

Parameters

value
An instance of WebWebpTransparentColorModeJS class that defines the transparent color mode of WEBP file.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also