Summary

Summary of Chapter 1


New Processing commands, structures and concepts in this chapter

ellipse(x, y, width, height)

size(width, height)

rect(x, y, width, height)

line(x1, y1, x2, y2)

triangle(x1, y1, x2, y2, x3, y3)

fill(red, green, blue)

stroke(red, green, blue)


End of Chapter Quiz

Test your knowledge of the chapter with this quiz

What is Processing?
What are you able to draw with the tools of this chapter?
What is the minimal information the computer needs to draw a shape (like ellipse) in Processing?
What does RGB stand for?
Which two commands are used to change colors of shapes in Processing?.
How to locate shapes on the drawing canvas?