CIRC
circ( x, y, radius, color )
circ = circle
x |
number of pixels from the left going right |
y |
number of pixels from the top going down |
radius |
number of pixels from the center to the outside |
color |
(optional) a color number |
circfill( x, y, radius, color )
circfill = circle filled
x |
number of pixels from the left going right |
y |
number of pixels from the top going down |
radius |
number of pixels from the center to the outside |
color |
(optional) a color number |
57
20 Mar 2023