shouldEnableEffects
A Boolean value that determines whether the effect node applies the filter to its children as they are drawn.
Declaration
var shouldEnableEffects: Bool { get set }Discussion
If the value of this property is true, the effect node applies the filter and blends the results. If the value is false, the effect node is ignored and its children are rendered normally. The default value is false.