VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebColorNoiseClearCommandJS type / set_InterpolationRadius Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    Interpolation radius. Valid values are from 0.0 to 1.0. Default value is 0.5.
    : number
    ) : any;

    Parameters

    value
    Interpolation radius. Valid values are from 0.0 to 1.0. Default value is 0.5.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also