Click or drag to resize

AdaptiveUnsharpMaskCommandThreshold Property

Gets or sets a value controlling the depth of the effect.

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

A value controlling the depth of the effect.

Exceptions
ExceptionCondition
Thrown if value is not between 0 and 255.
Remarks

Any value between 0 and 255 is valid. The lower the value, the greater the effect.

See Also