VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing Namespace / WebColorReplaceSphereJS type / get_InterpolationRadius Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    get_InterpolationRadius Метод
    В этом разделе
    Возвращает радиус в диапазоне от 0 до 1, который указывает, когда следует использовать интерполяцию для замены цвета.
    Синтаксис
    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

    Радиус. Допустимые значения: от 0.0 до 1.0. Значение по умолчанию - 0.5.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также