IFilterEffect Interface

Applies filters of type IFilter to an image.

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

Syntax

public interface IFilterEffect : IImageConsumer, 
    IImageProvider
'Declaration
Public Interface IFilterEffect
    Inherits IImageConsumer, IImageProvider
public interface class IFilterEffect : IImageConsumer, 
    IImageProvider
Lumia.Imaging.IFilterEffect = function();
Lumia.Imaging.IFilterEffect.createInterface('Lumia.Imaging.IFilterEffect');

Remarks

This interface is provided in order to facilitate the creation of test doubles. It is not possible for a user of the SDK to create an implementation of IFilterEffect that will work with the filters provided in the SDK.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

IFilterEffect.IFilterEffect Members

Lumia.Imaging Namespace