VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebReplaceColorCommandJS type / set_MaximalColorDifference Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_MaximalColorDifference Method
In This Topic
Sets maximum color difference.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebReplaceColorCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_MaximalColorDifference(value);

Parameters

value
Maximum color difference. Possible value is any positive value. Default value is 0.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also