BackgroundBlurStrength

@objc
public enum BackgroundBlurStrength : Int

Enum defining the different background blur strength options.

  • low

    Declaration

    Swift

    case low = 10
  • Declaration

    Swift

    case medium = 15
  • Declaration

    Swift

    case high = 25