UnsharpMask.Amount Property

Gets or sets unsharp mask amount (the difference between blurred and original image).

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public float Amount { get; set; }

Property Value

The unsharp mask amount. The default value is 1.

Remarks

Amount*100 means the percentage of the difference between blurred and original image. Min value is 0.

See Also

Reference