VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorReplaceSphereJS type / get_InterpolationRadius Property
Syntax BrowserCompatibility SeeAlso
get_InterpolationRadius Method
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();

Return Value

Radius. Valid values are from 0.0 to 1.0. Default value is 0.5.
Browser Compatibility
56+
45+
11
See Also