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: 11.4.0.9.0.377 (.NET 4.5.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