logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       Draws a filled circle with the specified centre and radius.

Name

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

See Also

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

Allegro                                           version 4.4.3                              circlefill(3alleg4)

Synopsis

#include<allegro.h>voidcirclefill(BITMAP*bmp,intx,inty,intradius,intcolor);

See Also