gb.display.fillScreen

From Gamebuino Wiki
Jump to: navigation, search

Description

Fills the screen with a solid color. It only works with BLACK and WHITE colors, not with INVERSE. fillScreen is almost instant compared to fillRect.

Syntax

gb.display.fillScreen(color);

Parameters

  • color: either BLACK or WHITE

Returns

none

Example

See also