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);
function set_MaximalColorDifference(
: number
) : any;
Parameters
- value
- Maximum color difference. Possible value is any positive value. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also