circlefill.3alleg

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

circlefill - Draws a filled circle. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void circlefill(BITMAP *bmp, int x, int y, int radius, int color);

DESCRIPTION

Draws a filled circle with the specified centre and radius.

SEE ALSO

ellipsefill(3alleg), circle(3alleg), do_circle(3alleg), drawing_mode(3alleg), makecol(3alleg), excolmap(3alleg), excustom(3alleg), exdbuf(3alleg), exflip(3alleg), exlights(3alleg), expal(3alleg), exspline(3alleg), extrans(3alleg)