wipe(color)
Clear the screen with a solid color. Color can be a single number (0-255 for grayscale) or an array [r,g,b,a].
| Name | Type | Required | Description |
|---|---|---|---|
color |
number | string | array | no | Fill color. Defaults to black when omitted. |
void
No additional runtime notes yet.
No additional details yet.