| | Class | Description |
|---|
| | BlurFilter | The BlurFilter applies a Gaussian blur to an object. |
| | ColorMatrixFilter | The ColorMatrixFilter class lets you apply a 4x5 matrix transformation on the RGBA color
and alpha values of every pixel in the input image to produce a result with a new set
of RGBA color and alpha values. |
| | DisplacementMapFilter | The DisplacementMapFilter class uses the pixel values from the specified texture (called
the displacement map) to perform a displacement of an object. |
| | FragmentFilter | The FragmentFilter class is the base class for all filter effects in Starling. |
| | FragmentFilterMode | A class that provides constant values for filter modes. |