FocusType

@objc(PESDKFocusType)
public enum FocusType : Int

Represents the type of focus that should be used in an image.

Warning

This type should not be used anymore. It is only available for backwards compatibility and will be removed in the future. Use FocusMode instead.
  • off

    Focus should be disabled.

    Declaration

    Swift

    case off
  • A linear focus should be used.

    Declaration

    Swift

    case linear
  • A radial focus should be used.

    Declaration

    Swift

    case radial
  • A gradient focus should be used.

    Declaration

    Swift

    case gradient
  • A gaussian focus should be used.

    Declaration

    Swift

    case gaussian