gb.display.fillScreen

From Gamebuino Wiki
Revision as of 2015-01-12T12:19:15 by Rodot (talk | contribs) (Description: details added)
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