backgroundFilters
An array of Core Image filters to apply to the view’s background.
Declaration
var backgroundFilters: [CIFilter] { get set }Discussion
This property contains an array of CIFilter objects. This array represents the background filters stored in the backgroundFilters property of the view’s layer. If the view does not have a layer, setting the value of this property has no effect.
The default value of this property is an empty array.