Class UnsharpenMaskAction
Increases sharpness of an image by using the unsharp mask technique.
Inheritance
UnsharpenMaskAction
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class UnsharpenMaskAction : ImageActionBase
Properties
Unsharp mask amount (the difference between blurred and original image).
Declaration
[JsonProperty("amount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public float Amount { get; set; }
Property Value
Blur radius used to produce unfocused version of the image.
Declaration
[JsonProperty("radius", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public float Radius { get; set; }
Property Value
The threshold value for the unsharp mask in range [0, 1]
Declaration
[JsonProperty("threshold", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public float Threshold { get; set; }
Property Value
Methods
Declaration
public static UnsharpenMaskAction FromJson(string data)
Parameters
Returns