Go to the first, previous, next, last section, table of contents.


glib_putpixel

glib_putpixel(X,Y)
: It puts a pixel at [X,Y] with color
glib_putpixel(X,Y | color=key0)
: This function allows optional variables color

Example:

 glib_putpixel(1,2 | color=0xffff00);


Go to the first, previous, next, last section, table of contents.