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 |
Images in this Guide by NerdyTeachers is licensed under CC BY-SA 4.0
1300
20 Mar 2023