Class: TiltShiftFilter

TiltShiftFilter

A TiltShift Filter. Manages the pass of both a TiltShiftXFilter and TiltShiftYFilter.
originalfilter

new TiltShiftFilter (options)

Name Type Attributes Description
options TiltShiftFilterOptions <optional>

The optional parameters of the tilt shift filter.

See:

Extends

  • PIXI.Filter

Members

TiltShiftFilter.defaults TiltShiftFilterOptions staticreadonly

Default options

Properties:
Name Type Default Description
blur number 100

The strength of the blur.

end

The position to end the effect at.

gradientBlur number 600

The strength of the blur gradient

start

The position to start the effect at.

blur number

The strength of the blur.

end PIXI.Point

The position to end the effect at.

gradientBlur number

The strength of the gradient blur.

start PIXI.Point

The position to start the effect at.