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. | |
FragmentFilter | The FragmentFilter class is the base class for all filter effects in Starling. | |
FragmentFilterMode | A class that provides constant values for filter modes. |