UnsharpMaskingTransformation class

Inheritance

Constructors

UnsharpMaskingTransformation([int amount = 100, int radius = 10])
const

Properties

amount int
  • 100 stands for the opaque blur image.
  • 0 stands for no changes in the image, the output is equal to the original.
  • Any negative number would mean subtracting the difference between the blurred and original images from the original. That is the unsharp masking behavior.
  • final
    delimiter String
    Instruction delimiter
    no setterinherited
    hashCode int
    The hash code for this object.
    no setterinherited
    operation String
    CDN API operation URL directive
    no setterinherited
    params List<String>
    Related parameters
    no setteroverride
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    value int?
    finalinherited

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(dynamic other) bool
    The equality operator.
    inherited