gb.display.fillScreen

From Gamebuino Wiki
Revision as of 2014-06-24T19:02:00 by Rodot (talk | contribs) (Created page with "{{lowercase}} __NOTOC__ == Description == Fills the screen with a solid color. == Syntax == <pre>gb.display.fillScreen(color);</pre> == Parameters == * color: either <code>B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Fills the screen with a solid color.

Syntax

gb.display.fillScreen(color);

Parameters

  • color: either BLACK or WHITE

Returns

none

Example

See also