Search Results for

    Show / Hide Table of Contents

    Class UnsharpenMaskAction

    Increases sharpness of an image by using the unsharp mask technique.

    Inheritance
    System.Object
    ImageActionBase
    UnsharpenMaskAction
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class UnsharpenMaskAction : ImageActionBase

    Properties

    Amount

    Unsharp mask amount (the difference between blurred and original image).

    Declaration
    public float Amount { get; set; }
    Property Value
    System.Single

    Radius

    Blur radius used to produce unfocused version of the image.

    Declaration
    public float Radius { get; set; }
    Property Value
    System.Single

    Threshold

    The threshold value for the unsharp mask in range [0, 1]

    Declaration
    public float Threshold { get; set; }
    Property Value
    System.Single

    Methods

    FromJson(String)

    Declaration
    public static UnsharpenMaskAction FromJson(string data)
    Parameters
    System.String data

    Returns
    UnsharpenMaskAction

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX