Interface: TwistFilterOptions

TwistFilterOptions

Options for the TwistFilter constructor.

Properties:
Name Type Default Description
angle number 4

The angle of the twist

offset PointData {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

padding number 20

Padding for the filter area

radius number 200

The radius of the twist

Members

angle number

The angle of the twist

Default Value:
  • 4

offset PointData

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}

padding number

Padding for the filter area

Default Value:
  • 20

radius number

The radius of the twist

Default Value:
  • 200