|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | ellipse (Environment *_environment, char *_x, char *_y, char *_rx, char *_ry, char *_c, int _preserve_color) |
| Emit code for ELLIPSE command. | |
| void ellipse | ( | Environment * | _environment, |
| char * | _x, | ||
| char * | _y, | ||
| char * | _rx, | ||
| char * | _ry, | ||
| char * | _c, | ||
| int | _preserve_color ) |
Emit code for ELLIPSE command.
| _environment | Current calling environment |
| _x | Abscissa of the center of the ellipse |
| _y | Ordinate of the center of the ellipse |
| _rx | Horizontal radius of the ellipse |
| _ry | Vertical radius of the ellipse |
| _c | Color to be used to draw ellipse |