CIFilter.Attributes Property

Definition

Configurable attributes of the filter.

public virtual Foundation.NSDictionary Attributes { [Foundation.Export("attributes")] get; }
member this.Attributes : Foundation.NSDictionary

Property Value

Attributes

Remarks

Each filter has a set of attributes that control it. You can get this list by requesting the Attributes dictionary from the filter. Each fitler, in addition to having a series of configurable properties always includes its name ("CIAttributeFilterName" key), a user friendly name ("CIAttributeFilterDisplayName" key) and a list of categories that this filter belongs to ("CIAttributeFilterCategories").

Applies to