Apply the Blur effect

BlurFilter

BlurFilter is a class that stores information about blur effects. Objects can be created by specifying the value of each property in the constructor arguments, or they can be created by default with no arguments, and only the properties that need to be changed can be reassigned.

BlurFilter image

  • blurX

    The amount of horizontal blur

  • blurY

    The amount of vertical blur

  • quality

    The number of times to perform the blur

Example

GlowFilter