EnhanceTransform
public class EnhanceTransform : Transform
Smartly analyzes a photo and performs color correction and other enhancements to improve the overall quality of the image.
-
Initializes a
EnhanceTransformobject.Declaration
Swift
public init()
-
Adds the
presetoption.Declaration
Swift
@discardableResult func preset(_ value: TransformEnhancePreset) -> SelfParameters
valueThe preset to use for enhancing the image. Only available on Pro plans or higher.
View on GitHub
EnhanceTransform Class Reference