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
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.
Show: