VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebMatrixTransformCommandJS type / set_BackColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_BackColor Method
Sets the color for newly exposed regions of image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebMatrixTransformCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_BackColor(value);

Parameters

value
Color. Default value is "rgba(0,0,0,0)".
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also