logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

line - Draws a line onto the bitmap. Allegro game programming library.

Description

       Draws a line onto the bitmap, from point (x1, y1) to (x2, y2).

Name

       line - Draws a line onto the bitmap. Allegro game programming library.

See Also

fastline(3alleg4),     hline(3alleg4),     vline(3alleg4),    do_line(3alleg4),    drawing_mode(3alleg4),
       makecol(3alleg4)

Allegro                                           version 4.4.3                                    line(3alleg4)

Synopsis

#include<allegro.h>voidline(BITMAP*bmp,intx1,inty1,intx2,inty2,intcolor);

See Also