gfx_line(int x1, int y1, int x2, int y2, int color); [ 3.11+ ]
Draw a line from (x1,y1) to (x2,y2) in color listed. 'color' should be avalue between 0 and 15.