Allegro
bitmap to be drawn to
column to draw the line to
line end 1
line end 2
colour in 0xAARRGGBB format
1.14.7
Draws a vertical 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 vertical line.