Lesson 13: Painting a picture
Outline:
- Mini-quiz
- Representing color in a computer
- RGB
- Exercise 1
- Working with images
Image
objects ingraphics.py
- getting a pixel’s color
- Exercise 2
- creating a random image
- Exercise 3
- Color models
- additive versus subtractive color
- how humans see color
- how computers output color
- Exercise 4
Reading assignment (to be completed by the next class):
- Zelle sections 4.8.4-4.8.5 (pp. 120-121)