| Name | Type | Description | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
number |
optional
Options for glow.
|
Example
someSprite.filters = [
new GlowFilter({ distance: 15, outerStrength: 2 })
];
Extends
- PIXI.Filter
Members
-
The color of the glow.
- Default Value:
- 0xFFFFFF
-
The strength of the glow inward from the edge of the sprite.
- Default Value:
- 0
-
Only draw the glow, not the texture itself
- Default Value:
- false
-
The strength of the glow outward from the edge of the sprite.
- Default Value:
- 4

