PIXI.filters.AsciiFilter
class AsciiFilter extends PIXI.Filter
An ASCII filter.
Constructor
new PIXI.filters.AsciiFilter(size: number) → {}
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
size | number |
<optional> |
8 |
Size of the font |
Summary
Properties from AsciiFilter
number |
The pixel size used by the filter. |
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 |
|