vg4->window->fill()
Fill window with a color.
SYNTAX
void
vg4->window->fill(int color)
FUNCTION PARAMETERS
color | A color: one of VG_COLORS or from VG_COLOR_RGB() |
DESCRIPTION
Fill window with a color.
SEE ALSO
VgaGames4 - window man-pages
Fill window with a color.
color | A color: one of VG_COLORS or from VG_COLOR_RGB() |