1circle(3) Allegro manual circle(3)
23
4
NAME
6circle - Draws a circle. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void circle(BITMAP *bmp, int x, int y, int radius, int color);
13
DESCRIPTION
15Draws a circle with the specified centre and radius.
1617
SEE ALSO
19ellipse(3), arc(3), circlefill(3), do_circle(3), drawing_mode(3),
20makecol(3), ex12bit(3), exblend(3), excustom(3), exjoy(3), exmem(3),
21exmouse(3), exquat(3), exsprite(3)
2223
24
25
Allegro version 4.4.3 circle(3)