Click or drag to resize

BrightnessHistogramEqualizeCommandLowThreshold Property

Gets or sets a low threshold value below which pixels are uneffected.

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

Property Value

Type: Int32
A low threshold value below 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