In This Topic
Sets a color, which should be used instead of replaced color.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebColorReplaceSphereJS(r, g, b, radius);
var returnValue; // Type: any
// Parameters
var value; // Type: WebColorBaseJS
returnValue = instance.set_NewColor(value);
function set_NewColor(
: WebColorBaseJS
) : any;
Parameters
- value
- An instance of WebColorBaseJS class.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument type is not RGB24 and not ARGB32. |
Browser Compatibility
See Also