Click or drag to resize

UnsharpMaskCommandThreshold Property

Gets or sets the value of threshold

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

Property Value

Type: Int32
Controls the depth of the effect; the lower the value, the greater the effect. Any value between 0 and 255 is valid.
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 255.
See Also