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