.\" Generated by the Allegro makedoc utility .TH triangle 3alleg4 "version 4.4.3" "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 (3alleg4), .BR triangle3d (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4), .BR ex3buf (3alleg4), .BR exstars (3alleg4), .BR exupdate (3alleg4)