Interface: BulgePinchFilterOptions

BulgePinchFilterOptions

Options for the BulgePinchFilter constructor.

Properties:
Name Type Default Description
center PointData | number[] | number {x:0,y:0}

Offset coordinates to change the position of the center of the circle of effect.

radius number 100

The radius of the circle of effect

strength number 1

A value between -1 and 1 (-1 is strong pinch, 0 is no effect, 1 is strong bulge)

Members

center PointData | number[] | number

Offset coordinates to change the position of the center of the circle of effect.

Default Value:
  • {x:0,y:0}

radius number

The radius of the circle of effect

Default Value:
  • 100

strength number

A value between -1 and 1 (-1 is strong pinch, 0 is no effect, 1 is strong bulge)

Default Value:
  • 1