.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_draw_filled_polygon" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_draw_filled_polygon - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_draw_filled_polygon(const float *vertices, int vertex_count, ALLEGRO_COLOR color) \f[R] .fi .SH DESCRIPTION .PP Draw a filled, simple polygon. Simple means it does not have to be convex but must not be self-overlapping. .IP \[bu] 2 vertices - Interleaved array of (x, y) vertex coordinates .IP \[bu] 2 vertex_count - Number of vertices in the array .IP \[bu] 2 color - Color of the filled polygon .PP When the y-axis is facing downwards (the usual), the coordinates must be ordered anti-clockwise. .SH SINCE .PP 5.1.0 .SH SEE ALSO .PP al_draw_polygon(3alleg5), al_draw_filled_polygon_with_holes(3alleg5)