Packagede.popforge.imageprocessing.filters
Interfacepublic interface IFilter
ImplementorsAverageCut, Blobs, CarryThreshold, CellGenerator, Closing, Corona, Dilation, Erosion, FilterQueue, FractalPlasma, GeometricDisplacedBlur, GeometricDisplacementMap, Grayscale, Infrared, InterpolatedPlasma, LUTFilter, MakeTileable, Mandelbrot, MedianCut, NativeFilter, NoiseFilter, Normalize, OldschoolPlasma, Opening, Outline, PerlinNoise, Pixelate, RadialBlur, RedEyeRemoval, Sepia, SinePlasma, Threshold, Tile, ToneMapping, TopHat, ZoomBlur

A filter manipulates a given Image object using the apply() function.



Public Methods
 MethodDefined by
  
apply(image:Image):void
Applies the filter to the given Image object.
IFilter
  
toString():String
Builds and returns a string containing the name of the class.
IFilter
Method detail
apply()method
public function apply(image:Image):void

Applies the filter to the given Image object.

Parameters
image:Image — The image that will be manipulated.
toString()method 
public function toString():String

Builds and returns a string containing the name of the class.

Returns
String — A string containing the name of the class.