BPKOverlayType
public enum BPKOverlayType
-
A solid overlay.
Applies a solid color overlay across the view with a specified level of strength.
Declaration
Swift
case solid(_: Level)
Parameters
level
The strength of the overlay.
-
A linear gradient.
The gradient applies the color function as a linear interpolation in the direction specified across the view, with a specified level of strength.
Declaration
Swift
case linear(_: Level, _: LinearOverlayDirection)
Parameters
level
The strength of the overlay.
direction
The direction of the gradient.
-
A vignette overlay.
Applies a vignette overlay across the view.
Declaration
Swift
case vignette
-
Declaration
Swift
public enum Level