VG3_draw_clear()
Clear an image or the window.SYNTAX
void
VG3_draw_clear(void *wstruct,
void *imgdst,
int color)
FUNCTION PARAMETERS
wstruct | Window-struct |
imgdst | Image, or NULL = window |
color | Clearing color (from VGAG3_COLORS or VGAG3_COLOR_CUSTOM) |
DESCRIPTION
Clear an image or the window with the given color.
SEE ALSO