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


glib_line

glib_line(X0,Y0,X1,Y1)
: It draws the line [X0,Y0]-- [X1,Y1] with color
glib_line(X0,Y0,X1,Y1 | color=key0)
: This function allows optional variables color

Example:

 glib_line(0,0,5,3/2 | color=0xff00ff);


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