VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebReplaceColorCommandJS type / set_OldColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_OldColor Method
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);

Parameters

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