Click or drag to resize

BrightnessHistogramEqualizeCommandHighThreshold Property

Gets or sets a high threshold value above which pixels are uneffected.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int HighThreshold { get; set; }

Property Value

Type: Int32
A high threshold value above which pixels are uneffected.
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 255.
Remarks
Valid values are from 0 to 255.
See Also