Class: TiltShiftFilter

PIXI.filters~TiltShiftFilter

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

new TiltShiftFilter (blur, gradientBlur, start, end)

Name Type Default Description
blur number 100 optional

The strength of the blur.

gradientBlur number 600 optional

The strength of the gradient blur.

start PIXI.Point null optional

The Y value to start the effect at.

end PIXI.Point null optional

The Y value to end the effect at.

See:

Extends

  • PIXI.Filter

Members

blur number

The strength of the blur.

end PIXI.Point

The Y value to end the effect at.

gradientBlur number

The strength of the gradient blur.

start PIXI.Point

The Y value to start the effect at.