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