vg4->image->create()
Create image.
SYNTAX
struct VG_Image *
vg4->image->create(int width, int height)
FUNCTION PARAMETERS
width | Width of image |
height | Height of image |
RETURN VALUE
Returns created empty image
DESCRIPTION
Create image.
The image will be cleared, i.e. filled with VG_COLOR_TRANSPARENT.
SEE ALSO