PIXI.FillStyle
class FillStyleFill style object for Graphics.
Summary
Properties from FillStyle
| number | The alpha value used when filling the Graphics object. | 
| number |  | 
| PIXI.Matrix |  | 
| PIXI.Texture |  | 
| boolean | If the current fill is visible. | 
Methods from FillStyle
| PIXI.FillStyle | Clones the object | 
| void | Destroy and don't use after this. | 
| void | Reset | 
Public Properties
color: number = 0xFFFFFFThe hex color value used when coloring the Graphics object.
Public Methods
clone() → {PIXI.FillStyle}Clones the object
| Type | Description | 
|---|---|
| PIXI.FillStyle | 
destroy() → {void}Destroy and don't use after this.
| Type | Description | 
|---|---|
| void |