VgaGames4 - image man-pages

[.. upper level ..]

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
vg4->image->load() vg4->image->clone()