UnsharpMask Constructor (Single, Single, Single)

Initializes a new instance of the UnsharpMask class using the specified settings.

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

Syntax

C#
public UnsharpMask(
	float amount,
	float radius,
	float threshold
)

Parameters

amount

Type: System.Single

The unsharp mask amount. You can change it later using the Amount property.
radius

Type: System.Single

The blur radius used to produce unfocused version of the image. You can change it later using the Radius property.
threshold

Type: System.Single

The threshold value for the unsharp mask in range [0, 1]. You can change it later using the Threshold property.

See Also

Reference