set_InterpolationRadius Method
In This Topic
Sets a radius, in range from 0 to 1, which specifies when interpolation should be used for color replacement.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebColorNoiseClearCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_InterpolationRadius(value);
function set_InterpolationRadius(
: number
) : any;
Parameters
- value
- Interpolation radius. Valid values are from 0.0 to 1.0. Default value is 0.5.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also