EnhanceTransform

public class EnhanceTransform : Transform

Smartly analyzes a photo and performs color correction and other enhancements to improve the overall quality of the image.

Lifecycle

  • Initializes a EnhanceTransform object.

    Declaration

    Swift

    public init()

Public Functions

  • Adds the preset option.

    Declaration

    Swift

    @discardableResult
    func preset(_ value: TransformEnhancePreset) -> Self

    Parameters

    value

    The preset to use for enhancing the image. Only available on Pro plans or higher.