CALayer.BackgroundFilters Property

Definition

An array of Core Image filters that are applied to the content behind this layer.

public virtual CoreImage.CIFilter[] BackgroundFilters { [Foundation.Export("backgroundFilters", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setBackgroundFilters:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.BackgroundFilters : CoreImage.CIFilter[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to