MotionBlur
Inherits from: Effect
Overview
A motion blur effect using a Gaussian convolution kernel, with a configurable radius and angle.
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| input | Effect | null |
The input for this |
| radius | Number | 10.0 |
The radius of the blur kernel.
Min: 0.0
Max: 63.0
Default: 10.0
Identity: 0.0
|
| angle | Number | 0.0 |
The angle of the motion effect, in degrees.
Min: n/a
Max: n/a
Default: 0.0
Identity: n/a
|
