polygon (3) Linux Manual Page
polygon – Draws a filled polygon. Allegro game programming library. Synopsis #include <allegro.h> void polygon(BITMAP *bmp, int vertices, const int *points, int color); Description Draws a filled polygon with an arbitrary number of corners. Pass the number of vertices and an array containing a series of x, y points (a total of vertices*2 values). Example:…
