The quality of blur defines the number of passes used by subsidiary filters.
The amount of blur is forwarded to the X and Y filters.
Whether to repeat edge pixels, adding padding to the filter area.
Provided for completeness with PIXI.BlurFilter
Provided for completeness with PIXI.BlurFilter
Provided for completeness with PIXI.BlurFilter
Apply a gaussian blur going inward by using alpha as the penetrating channel.
Param: strength
Strength of the blur (distance of sampling).
Param: quality
Number of passes to generate the blur. More passes = Higher quality = Lower Perf.
Param: resolution
Resolution of the filter.
Param: kernelSize
Number of kernels to use. More kernels = Higher quality = Lower Perf.