gb.display.fillScreen

From Gamebuino Wiki
Revision as of 2015-01-12T12:20:53 by Rodot (talk | contribs) (Description: <code> added where needed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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