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)
Syntaxpublic int LowThreshold { get; set; }Public Property LowThreshold As Integer
Get
Set
Property Value
Type:
Int32 A low threshold value below which pixels are uneffected.
Exceptions| Exception | Condition |
|---|
| Thrown if value is not between 0 and 255 |
Remarks Valid values are from 0 to 255.
See Also