VgaGames4 - image man-pages

[.. upper level ..]

vg4->image->draw_points()

Draw pixels onto an image.

SYNTAX
void vg4->image->draw_points(struct VG_Image *imgp, const struct VG_Point *points, size_t count, int color)

FUNCTION PARAMETERS
imgp Image
points Array of pixel-positions
count Number of pixel-positions
color Pixel color: one of VG_COLORS or from VG_COLOR_RGB()

DESCRIPTION
Draw pixels onto an image.

SEE ALSO
vg4->image->draw_point() vg4->image->draw_line() vg4->image->draw_rect() vg4->image->draw_circle()