| | Class | Description |
| | AverageCut |
The AverageCut class is a filter that replaces each pixel with the average of its neighbours. |
| | GaussianNoise |
The GaussianNoise class is a filter that generates a gaussian noise. |
| | MedianCut |
The MedianCut class is a filter that replaces each pixel with the median of its neighbours. |
| | NoiseFilter |
The NoiseFilter class is a basic filter used for most noise based operations. |
| | PerlinNoise |
The PerlinNoise filter is an implementation of the native BitmapData.perlinNoise() function. |
| | Pixelate |
The Pixelate class is a filter that replaces neighbour pixels with the same color. |
| | UniformNoise |
The UniformNoise class is a filter that generates a uniform noise. |