SharpenTransform
public class SharpenTransform : Transform
Applies a sharpening effect to the image.
-
Initializes a
SharpenTransformobject.Declaration
Swift
public init()
-
Adds the
amountoption.Declaration
Swift
@discardableResult func amount(_ value: Int) -> SelfParameters
valueThe amount to sharpen the image. Valid range:
1...20
View on GitHub
SharpenTransform Class Reference