Interface: RadialBlurFilterOptions

RadialBlurFilterOptions

Options for the RadialBlurFilter constructor.

Properties:
Name Type Default Description
angle number 0

Sets the angle of the motion for blur effect

center PointData | number[] {x:0,y:0}

The x and y offset coordinates to change the position of the center of the circle of 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

kernelSize number 5

The kernelSize of the blur filter. Must be odd number >= 3

radius number -1

The maximum size of the blur radius, less than 0 equates to infinity

Members

angle number

Sets the angle of the motion for blur effect

Default Value:
  • 0

center PointData | number[]

The x and y offset coordinates to change the position of the center of the circle of 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}

kernelSize number

The kernelSize of the blur filter. Must be odd number >= 3

Default Value:
  • 5

radius number

The maximum size of the blur radius, less than 0 equates to infinity

Default Value:
  • -1