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);
function set_TransparentColorMode(
: WebWebpTransparentColorModeJS
) : any;
Parameters
- value
- An instance of WebWebpTransparentColorModeJS class that defines the transparent color mode of WEBP file.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also