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

public sealed class FilterEffect : IClosable, 
	IImageConsumer, IImageProvider, IFilterEffect

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.

System.Object
  Lumia.Imaging.FilterEffect

Lumia Imaging SDK

Supported in: 2.0
Show: