new TiltShiftXFilter()
A TiltShiftXFilter.
- Source code: pixi/filters/TiltShiftXFilter.js, line 6
Extends
Public Properties
-
blur : number
-
The strength of the blur.
- Source code: pixi/filters/TiltShiftXFilter.js, line 72
-
dirty : boolean
-
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 31
-
end : number
-
The X value to end the effect at.
- Source code: pixi/filters/TiltShiftXFilter.js, line 121
-
gradientBlur : number
-
The strength of the gradient blur.
- Source code: pixi/filters/TiltShiftXFilter.js, line 88
-
padding : number
-
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 37
-
start : number
-
The X value to start the effect at.
- Source code: pixi/filters/TiltShiftXFilter.js, line 104
Public Methods
-
syncUniforms()
-
Syncs the uniforms between the class object and the shaders.
- Inherited From
- Source code: pixi/filters/AbstractFilter.js, line 60
-
updateDelta()
-
Updates the filter delta values.
- Source code: pixi/filters/TiltShiftXFilter.js, line 138