| | Class | Description |
| | Blobs |
The Blobs class is a filter that renders random blobs on an image. |
| | CellGenerator |
The CellGenerator class is a filter that fills an image with a pattern based on seed and rule value. |
| | Corona |
The Corona class is a filter that renders a corona/particle. |
| | FractalPlasma |
The FractalPlasma class is a filter that generates a plasma using fractal subdivision. |
| | InterpolatedPlasma |
The InterpolatedPlasma class is a filter that generates a plasma based on cosine interpolation. |
| | MakeTileable |
The MakeTileable class is a filter that makes an image tileable using scaled inverse mapping. |
| | Mandelbrot |
The Mandelbrot class is a filter that renders a Mandelbrot fractal. |
| | OldschoolPlasma |
The OldschoolPlasma class is a filter that uses a very old technique of sine waves to generate a plasma. |
| | SinePlasma |
The SinePlasma class is a filter that generates a plasma based on non-distorted sine waves. |
| | Tile |
The Tile class is a filter that tiles an image. |