The quality of blur defines the number of passes used by subsidiary filters.
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.
The amount of blur is forwarded to the X and Y filters.
Whether to repeat edge pixels, adding padding to the filter area.
Whether to repeat edge pixels, adding padding to the filter area.
Provided for completeness with PIXI.filters.BlurFilter
Provided for completeness with PIXI.filters.BlurFilter
Provided for completeness with PIXI.filters.BlurFilter
Provided for completeness with PIXI.filters.BlurFilter
Provided for completeness with PIXI.filters.BlurFilter
Provided for completeness with PIXI.filters.BlurFilter
Update the filter padding according to the blur strength value (0 if _repeatEdgePixels is active)
Apply a gaussian blur going inward by using alpha as the penetrating channel.
Strength of the blur (distance of sampling).
Number of passes to generate the blur. More passes = Higher quality = Lower Perf.
Resolution of the filter.
Number of kernels to use. More kernels = Higher quality = Lower Perf.