isEnabled
A Boolean value that determines whether the filter is enabled. Animatable.
Declaration
var isEnabled: Bool { get set }Discussion
The filter is applied to its input when this property is set to true (the default).
Use this property in conjunction with the name property when attaching filters to Core Animation layers and accessing or animating filter properties through key-value animations. Core Animation can animate this property on a layer.