Name | Type | Attributes | Description |
---|---|---|---|
options |
KawaseBlurFilterOptions |
<optional> |
Options for the KawaseBlurFilter constructor. |
Extends
- Filter
Members
DEFAULT_OPTIONS KawaseBlurFilterOptions staticreadonly
Default values for options.
Get the if the filter is clamped
- Default Value:
- false
The kernel size of the blur filter, for advanced usage
- Default Value:
- [0]
The size of the pixels. Large size is blurrier. For advanced usage.
- Default Value:
- {x:1,y:1}
The size of the pixels on the x
axis. Large size is blurrier. For advanced usage.
- Default Value:
- 1
The size of the pixels on the y
axis. Large size is blurrier. For advanced usage.
- Default Value:
- 1
The quality of the filter, integer greater than 1
.
- Default Value:
- 3
The amount of blur, value greater than 0
.
- Default Value:
- 4