BlurFilter Class
The BlurFilter applies a Gaussian blur to an object. The strength of the blur can be set for x- and y-axis separately (always relative to the stage).
Constructor
BlurFilter
    
        ()
    
    
    
    
    
    
    
    
    
    Properties
blur
    Number the strength of the blur
    
    
    
    
    
    Sets the strength of both the blurX and blurY properties simultaneously
Default: 2
blurX
    Number the strength of the blurX
    
    
    
    
    
    Sets the strength of the blurX property
Default: 2
blurY
    Number the strength of the blurY
    
    
    
    
    
    Sets the strength of the blurX property
Default: 2
