Share via


IFilterEffect.Filters Property

Sets the filters that will be applied to the image.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

IEnumerable<IFilter> Filters { get; set; }
'Declaration
Property Filters As IEnumerable(Of IFilter)
    Get
    Set
property IEnumerable<IFilter^>^ Filters {
    IEnumerable<IFilter^>^ get ();
    void set (IEnumerable<IFilter^>^ value);
}
function get_Filters();
function set_Filters(value);

Property Value

Type: IEnumerable<IFilter>

Remarks

A shallow copy of the list is made when getting and setting. This means that while the only way to manipulate the list of filters itself is via the property, changes to the settings of the filters in the list that is set or gotten through this property will affect rendering.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

IFilterEffect Interface

IFilterEffect.IFilterEffect Members

Lumia.Imaging Namespace