.\" Generated by the Allegro makedoc utility .TH triangle 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME triangle \- Draws a filled triangle. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void triangle(BITMAP *bmp, int x1, y1, x2, y2, x3, y3, int color); .SH DESCRIPTION Draws a filled triangle between the three points. .SH SEE ALSO .BR polygon (3), .BR triangle3d (3), .BR drawing_mode (3), .BR makecol (3), .BR ex3buf (3), .BR exstars (3), .BR exupdate (3)