| Package | de.popforge.imageprocessing.filters |
| Interface | public interface IFilter |
| Implementors | AverageCut, 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 |
| Method | Defined by | ||
|---|---|---|---|
|
Applies the filter to the given Image object.
| IFilter | ||
|
toString():String
Builds and returns a string containing the name of the class.
| IFilter | ||
| apply | () | method |
public function apply(image:Image):voidApplies the filter to the given Image object.
Parametersimage:Image — The image that will be manipulated.
|
| toString | () | method |
public function toString():StringBuilds and returns a string containing the name of the class.
ReturnsString — A string containing the name of the class.
|