Name | Type | Attributes | Description |
---|---|---|---|
options |
MotionBlurFilterOptions |
<optional> |
Options for the MotionBlurFilter constructor. |
Extends
- Filter
Members
DEFAULT_OPTIONS MotionBlurFilterOptions staticreadonly
Default values for options.
The kernelSize of the blur filter. Must be odd number >= 5
- Default Value:
- 5
The offset of the blur filter
- Default Value:
- 0
Sets the velocity of the motion for blur effect
This should be a size 2 array or an object containing x
and y
values, you cannot change types
once defined in the constructor
- Default Value:
- {x:0,y:0}
Sets the velocity of the motion for blur effect on the x
axis
- Default Value:
- 0
Sets the velocity of the motion for blur effect on the x
axis
- Default Value:
- 0