get_InterpolationRadius Method
In This Topic
Gets 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.WebColorReplaceSphereJS(r, g, b, radius);
var value; // Type: number
value = instance.get_InterpolationRadius();
function get_InterpolationRadius() : number;
Return Value
Radius. Valid values are from 0.0 to 1.0. Default value is 0.5.
Browser Compatibility
See Also