new TiltShiftFilter()
A TiltShift Filter. Manages the pass of both a TiltShiftXFilter and TiltShiftYFilter.
- Source code: pixi/filters/TiltShiftFilter.js, line 6
Public Properties
-
blur : number
-
The strength of the blur.
- Source code: pixi/filters/TiltShiftFilter.js, line 24
-
end : number
-
The Y value to end the effect at.
- Source code: pixi/filters/TiltShiftFilter.js, line 69
-
gradientBlur : number
-
The strength of the gradient blur.
- Source code: pixi/filters/TiltShiftFilter.js, line 39
-
start : number
-
The Y value to start the effect at.
- Source code: pixi/filters/TiltShiftFilter.js, line 54