Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
circlefill(3)			 Allegro manual 		   circlefill(3)

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(3),  circle(3),  do_circle(3), drawing_mode(3), makecol(3), ex-
     colmap(3), excustom(3), exdbuf(3), exflip(3), exlights(3),  expal(3),  exs-
     pline(3), extrans(3)

Allegro 			  version 4.4.3 		   circlefill(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=circlefill&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help