CALayer.Filters Property

Definition

An array of Core Image filters applied to the content of this layer and its sublayers.

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

Property Value

The default value is null.

This value can be null.

Attributes

Applies to