VgaGames4 - image man-pages

[.. upper level ..]

vg4->image->fill()

Fill image with a color.

SYNTAX
void vg4->image->fill(struct VG_Image *imgp, int color)

FUNCTION PARAMETERS
imgp Image
color A color: one of VG_COLORS or from VG_COLOR_RGB()

DESCRIPTION
Fill image with a color.

SEE ALSO
vg4->image->clear()