In This Topic
Sets the fill color.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebClearCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_Color(value);
function set_Color(
: string
) : any;
Parameters
- value
- Fill color. Default value is "rgba(0,0,0,1)".
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also