Provided for completeness with PIXI.BlurFilter
The amount of blur is forwarded to the X and Y filters.
Provided for completeness with PIXI.BlurFilter
Provided for completeness with PIXI.BlurFilter
The quality of blur defines the number of passes used by subsidiary filters.
Whether to repeat edge pixels, adding padding to the filter area.
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.