Man Linux: Main Page and Category List

NAME

       circle - Draws a circle. Allegro game programming library.

SYNOPSIS

       #include <allegro.h>

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

DESCRIPTION

       Draws a circle with the specified centre and radius.

SEE ALSO

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