Deprecated

  • The PhotoEffect class describes an effect that can be applied to a photo.

    Attention

    This class is deprecated and will be removed in the future. It is only meant for backward compatibility. Use other non-deprecated subclasses of Effect instead.
    See more

    Declaration

    Swift

    @available(iOS 9.0, *)
    @available(*, deprecated, renamed: "Effect", message: "use base class 'Effect' instead, e.g., to access static members and to define arrays of effects, or use subclasses of 'Effect' instead to create concrete instances")
    @objcMembers
    @objc(PESDKPhotoEffect)
    open class PhotoEffect : Effect
  • The menu item that is used in FilterToolController.

    Attention

    This class is deprecated and will be removed in the future. It is only meant for backward compatibility. Use EffectMenuItem instead.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @available(*, deprecated, renamed: "EffectMenuItem")
    @objcMembers
    @objc(PESDKPhotoEffectMenuItem)
    open class PhotoEffectMenuItem : EffectMenuItem
  • A PhotoEffectThumbnailRenderer can be used to generate thumbnails of a given input image for multiple photo effects.

    Attention

    This class is deprecated and will be removed in the future. It is only meant for backward compatibility. Use EffectThumbnailRenderer instead.

    Declaration

    Swift

    @available(iOS 9.0, *)
    @available(*, deprecated, renamed: "EffectThumbnailRenderer")
    @objcMembers
    @objc(PESDKPhotoEffectThumbnailRenderer)
    open class PhotoEffectThumbnailRenderer : EffectThumbnailRenderer