v7 man page for ellipsefill

Query: ellipsefill

OS: v7

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ellipsefill(3alleg4)						  Allegro manual					      ellipsefill(3alleg4)

NAME
ellipsefill - Draws a filled ellipse. Allegro game programming library. SYNOPSIS
#include <allegro.h> void ellipsefill(BITMAP *bmp, int x, int y, int rx, int ry, int color); DESCRIPTION
Draws a filled ellipse with the specified centre and radius. SEE ALSO
circlefill(3alleg4), ellipse(3alleg4), do_ellipse(3alleg4), drawing_mode(3alleg4), makecol(3alleg4), ex12bit(3alleg4) Allegro version 4.4.2 ellipsefill(3alleg4)
Related Man Pages
circlefill(3alleg4) - debian
circle(3alleg4) - opendarwin
circlefill(3alleg4) - redhat
circlefill(3alleg4) - v7
circlefill(3alleg4) - osx
Similar Topics in the Unix Linux Community
The efficiency between GREP and SED???
Need to add prefix using sed or awk from cat the file
Need help to compile and create python64 bit (2.7.9) on Solaris10
Read a file and save every word in a variable to use
Bash - here document on RHEL 6.8 and 6.9 servers aren't working