Initializes a new instance of the UnsharpMask class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public UnsharpMask( float amount, float radius, float threshold )
Type: System.Single
The unsharp mask amount. You can change it later using the Amount property.Type: System.Single
The blur radius used to produce unfocused version of the image. You can change it later using the Radius property.Type: System.Single
The threshold value for the unsharp mask in range [0, 1]. You can change it later using the Threshold property.