PIXI.filters.TiltShiftAxisFilter
private class TiltShiftAxisFilter extends PIXI.Filter
A TiltShiftAxisFilter.
Summary
Properties from TiltShiftAxisFilter
number |
The strength of the blur. |
PIXI.Point |
The X value to end the effect at. |
number |
The strength of the gradient blur. |
PIXI.Point |
The X value to start the effect at. |
Methods from TiltShiftAxisFilter
Properties inherited from Filter
boolean |
|
PIXI.BLEND_MODES |
|
boolean |
If enabled is true the filter is applied, if false it will not. |
boolean |
|
PIXI.MSAA_QUALITY |
The samples of the filter. |
number |
|
number |
|
PIXI.State |
The WebGL state the filter requires to render. |
Properties inherited from Shader
PIXI.Program |
Program that the shader uses. |
Dict<any> |
|
Methods inherited from Filter
void |
|
Public Properties
Protected Methods
protected updateDelta() → {void}
Updates the filter delta values. This is overridden in the X and Y filters, does nothing for this class.
Type | Description |
---|---|
void |