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