openfl.filters
.. | |
---|---|
BitmapFilter | The BitmapFilter class is the base class for all image filter effects. |
BitmapFilterShader | |
BlurFilter | The BlurFilter class lets you apply a blur visual effect to display
objects. A blur effect softens the details of an image. You can produce
blurs that range from a softly unfocused look to a Gaussian blur, a hazy
appearance like viewing an image through semi-opaque glass. When the
|
GlowFilter | The GlowFilter class lets you apply a glow effect to display objects. You
have several options for the style of the glow, including inner or outer
glow and knockout mode. The glow filter is similar to the drop shadow
filter with the |
ShaderFilter | The ShaderFilter class applies a filter by executing a shader on the object being filtered. The filtered object is used as an input to the shader, and the shader output becomes the filter result. |