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

circle - Draws a circle. Allegro game programming library.

Description

       Draws a circle with the specified centre and radius.

Name

       circle - Draws a circle. Allegro game programming library.

See Also

ellipse(3alleg4),    arc(3alleg4),    circlefill(3alleg4),   do_circle(3alleg4),   drawing_mode(3alleg4),
       makecol(3alleg4), ex12bit(3alleg4), exblend(3alleg4), excustom(3alleg4), exjoy(3alleg4),  exmem(3alleg4),
       exmouse(3alleg4), exquat(3alleg4), exsprite(3alleg4)

Allegro                                           version 4.4.3                                  circle(3alleg4)

Synopsis

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

See Also