 
CS 419ab -- Winter Quarter 2019
Project #7
100 Points
Due: February 27
Add Noise to Your Simple Painting Program
This page was last updated: February 20, 2019
Requirements
- 
Take your painting program that you developed for Project #4
and add computer graphics noise to it.
 
- 
Make it do at least 2 noise-things based on reading the keyboard.
These things could be:
- Change color,
- Change size,
 
 
- 
Hitting the 'e' key should cause the screen to erase.
You do this by re-calling the background( ) function.
 
- 
Whatever features you choose, be sure that your screen shots show these working.
Turn-in:
Use the
Teach system
to turn in your:
- Your Processing file
- A one-page PDF with a title, your name, your email address, a list of what features you implemented,
and nice screen shots from your program showing that those features work.
Grading:
| Feature | Points | 
|---|
| At least 2 demonstrable features that vary based on the noise function | 50 each | 
| Potential Total | 100 | 
|---|