wipe

MJS / AC Piece API / graphics / done
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].

Parameters

Name Type Required Description
color number | string | array no Fill color. Defaults to black when omitted.

Returns

void

Runtime Notes

No additional runtime notes yet.

Details

No additional details yet.

Live Preview

Embedded AC preview