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

triangle - Draws a filled triangle. Allegro game programming library.

Description

       Draws a filled triangle between the three points.

Name

       triangle - Draws a filled triangle. Allegro game programming library.

See Also

polygon(3alleg4),    triangle3d(3alleg4),   drawing_mode(3alleg4),   makecol(3alleg4),   ex3buf(3alleg4),
       exstars(3alleg4), exupdate(3alleg4)

Allegro                                           version 4.4.3                                triangle(3alleg4)

Synopsis

#include<allegro.h>voidtriangle(BITMAP*bmp,intx1,y1,x2,y2,x3,y3,intcolor);

See Also