ClassRendering & Filters@public
FlxBlurFilter
Renderer-neutral blur effect descriptor.
ts
export declare class FlxBlurFilterConstructors
ts
constructor(strength?: number, options?: FlxBlurFilterOptions)Constructs a new instance of the FlxBlurFilter class
| Parameter | Type | Description |
|---|---|---|
strength | number | - |
options | FlxBlurFilterOptions | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
kind | readonly | `` | - |
quality | readonly | number | - |
repeatEdgePixels | readonly | boolean | - |
strength | readonly | number | - |