This documentation is for the old version. Go to the latest Graphics Mill docs

UnsharpMask.Amount Property

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

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

Syntax

Visual Basic
Public Property Amount As Single
C#
public float Amount { get; set; }

Property Value

Value that specifies unsharp mask amount. Amount*100 means the percentage of the difference between blurred and original image. Min value is 0.

Remarks

Default value is 1.

See Also

Reference