triangle.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

#include <allegro.h>

void triangle(BITMAP *bmp, int x1, y1, x2, y2, x3, y3, int color);

DESCRIPTION

Draws a filled triangle between the three points.

SEE ALSO

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