FocusType

@objc(PESDKFocusType) public enum FocusType: Int

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

  • 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