FilterEffect Class
Applies filters of type IFilter to the image.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public sealed class FilterEffect : IClosable,
IImageConsumer, IImageProvider, IFilterEffect
'Declaration
Public NotInheritable Class FilterEffect
Implements IClosable, IImageConsumer, IImageProvider, IFilterEffect
public ref class FilterEffect sealed : IClosable,
IImageConsumer, IImageProvider, IFilterEffect
Lumia.Imaging.FilterEffect = function();
Type.createClass(
'Lumia.Imaging.FilterEffect',
null,
Windows.Foundation.IClosable,
Lumia.Imaging.IImageConsumer,
Lumia.Imaging.IImageProvider,
Lumia.Imaging.IFilterEffect);
Remarks
Members of this class are not guaranteed to be thread safe.
Some filters can set a region of interest, as a rectangle specified in relative coordinates. The source image defines the initial coordinate system. Each filter that specifies a new region does so in the current coordinate system, and will affect the coordinate system used by the next filter in turn.
Applying a filter with the FilterEffect uses only constant memory, as the full source is never decoded.
Inheritance Hierarchy
System.Object
Lumia.Imaging.FilterEffect
Version Information
Lumia Imaging SDK
Supported in: 2.0