VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / AutoContrastCommand Class / HighLimit Property
Синтаксис Требования Смотрите также
В этом разделе
HighLimit Свойство (AutoContrastCommand)
В этом разделе
Возвращает или задает предел цвета в процентах для расчета белого цвета.
Синтаксис
'Declaration

<DescriptionAttribute("The color limit, in percents, for calculating the white color.
Minimum value is 0, maximum value is 100.")>
<DefaultValueAttribute(0,05)>
Public Property HighLimit As Double

[Description("The color limit, in percents, for calculating the white color.
Minimum value is 0, maximum value is 100.")]
[DefaultValue(0,05)]
public double HighLimit { get; set; }

Property Value

Действительные значения от 0 до 100 (%). Значение по умолчанию - 0,05 (%).
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также