ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
fellipse.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

void fellipse (Environment *_environment, char *_x, char *_y, char *_rx, char *_ry, char *_c, int _preserve_color)
 Emit code for ELLIPSE command.

Function Documentation

◆ fellipse()

void fellipse ( Environment * _environment,
char * _x,
char * _y,
char * _rx,
char * _ry,
char * _c,
int _preserve_color )

Emit code for ELLIPSE command.

Parameters
_environmentCurrent calling environment
_xAbscissa of the center of the ellipse
_yOrdinate of the center of the ellipse
_rxHorizontal radius of the ellipse
_ryVertical radius of the ellipse
_cColor to be used to draw ellipse

Definition at line 93 of file fellipse.c.