Lesson 11: Painting a picture

Outline:

  1. Representing color in a computer
  2. Working with images
    • Image objects in graphics.py
    • getting a pixel’s color with image.getPixel
    • modifying an image with image.setPixel

Explore after class:

  1. Working with images
  2. Color models

Reading assignment (to be completed by the next class):

  • Zelle sections 4.8.4-4.8.5 (pp. 120-121)