SharpenTransform

public class SharpenTransform : Transform

Applies a sharpening effect to the image.

Lifecycle

  • Initializes a SharpenTransform object.

    Declaration

    Swift

    public init()

Public Functions

  • Adds the amount option.

    Declaration

    Swift

    @discardableResult
    func amount(_ value: Int) -> Self

    Parameters

    value

    The amount to sharpen the image. Valid range: 1...20