PIXI.filters.EmbossFilter
class EmbossFilter extends PIXI.Filter
An RGB Split Filter.
Constructor
new PIXI.filters.EmbossFilter(strength: number) → {}
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
strength | number |
<optional> |
5 |
Strength of the emboss. |
Summary
Properties from EmbossFilter
number |
Strength of emboss. |
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 |
|