"Processing is a programming language, development environment, and online community."

If you have troubles downloading, installing or opening the Processing environment, look around and see if anyone else has finished and if they can help.

Start
Stop
Main window is
for your code
Code output and errors
ellipse(56, 46, 55, 55);
triangle(30, 75, 58, 20, 86, 75);
rect(30, 20, 55, 55);
quad(38, 31, 86, 20, 69, 63, 30, 76);
arc(50, 50, 80, 80, 0, PI+QUARTER_PI, PIE);
point(30, 20);
line(30, 20, 85, 75);

fill(204, 102, 0);
rect(30, 20, 55, 55);
Can anyone guess what the parameters are that fill takes?