In This Topic
Sets an array of colors, presented as color spheres, which should be replaced.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebColorNoiseClearCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebColorSphereJS[]
returnValue = instance.set_ColorSpheres(value);
function set_ColorSpheres(
: WebColorSphereJS[]
) : any;
Parameters
- value
- Array of WebColorSphereJS objects.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also