In This Topic
Sets the searching color.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebHasCertainColorCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebColorBaseJS
returnValue = instance.set_Color(value);
Parameters
- value
- An instance of WebColorBaseJS class.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also