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

Parameters

value
Array of WebColorSphereJS objects.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also