Graphics.beginFill method
Graphics › beginFill
Unofficial
Begins filling a shape with color.Signature:
beginFill(color?: ColorSource | undefined, alpha?: number | undefined): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| color? | ColorSource | undefined | Fill color. |
| alpha? | number | undefined | Fill alpha. |
Returns: this — This graphics for chaining.