VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebColorNoiseClearCommandJS type / get_InterpolationRadius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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.DocCleanup.WebColorNoiseClearCommandJS();
    
    var value; // Type: number
    value = instance.get_InterpolationRadius();
    
    
    function get_InterpolationRadius() : number;
    

    Return Value

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