| Name | Type | Default | Description |
|---|---|---|---|
thickness |
number | 1 |
optional
The tickness of the outline. Make it 2 times more for resolution 2 |
color |
number | 0x000000 |
optional
The color of the outline. |
quality |
number | 0.1 |
optional
The quality of the outline from |
Example
someSprite.filters = [new OutlineFilter(2, 0x99ff99)];
Extends
- PIXI.Filter
Members
-
The maximum number of samples for rendering outline.
- Default Value:
- 100
-
The minimum number of samples for rendering outline.
- Default Value:
- 1
-
The color of the glow.
- Default Value:
- 0x000000
-
The thickness of the outline.
- Default Value:
- 1

