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

Go to the source code of this file.

Functions

void circle (Environment *_environment, char *_x, char *_y, char *_r, char *_c, int _preserve_color)
 Emit code for CIRCLE command.

Function Documentation

◆ circle()

void circle ( Environment * _environment,
char * _x,
char * _y,
char * _r,
char * _c,
int _preserve_color )

Emit code for CIRCLE command.

Parameters
_environmentCurrent calling environment
_xAbscissa of the center of the circle
_yOrdinate of the center of the circle
_rRadius of the circle
_cColor to be used to draw circle

Definition at line 105 of file circle.c.