VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebGetUniqueColorCommandJS type / execute Methods / execute(Vintasoft.Shared.WebImageJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
execute(Vintasoft.Shared.WebImageJS) Method
Executes the image processing command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebGetUniqueColorCommandJS();

var value; // Type: boolean

// Parameters
var image; // Type: WebImageJS

value = instance.execute(image);

Parameters

image
Image that should be processed.

Return Value

true if image is processed; false if processing is canceled or not necessary.
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Thrown if image has an unsupported pixel format.
Browser Compatibility
56+
45+
11
See Also