Click or drag to resize

AdaptiveUnsharpMaskCommandAmount Property

Gets or sets the amount of the sharpened signal to add to the output image.,

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 double Amount { get; set; }

Property Value

Type: Double
The amount of the sharpened signal to add to the output image.
Remarks

0 = no change,1 = full change

You can use any number (even negative), but the intended use is between 0 and 1.

See Also