Allegro
bitmap to be drawn to
line endpoint 1
row to draw the line to
line endpoint 2
colour in 0xAARRGGBB format
1.14.8
Draws a horizontal line from one point to another using given colour. Probably slightly faster than line() method, since this one uses rectfill() to draw the line.
Generated using TypeDoc
Draws a horizontal line.