Use your Notebook/Notability.
Estimate which RGB values to use for the following 3 colors — Fill in the blanks.
1 2 3 4 5 |
1. Blue: R__________, G_________, B_________ 2. Purple: R__________, G_________, B_________ 3. Yellow: R__________, G_________, B_________ |
What color will each of the following lines of code generate?
1 2 3 4 5 6 7 8 9 10 11 12 13 |
4. fill(0, 100, 0); _____________________________ 5. fill(100,100,100); _____________________________ 6. stroke(0,0,200); _____________________________ 7. stroke(255,255,255); _____________________________ 8. stroke(255,255,0); _____________________________ 9. stroke(0, 255, 255); _____________________________ 10. stroke(200, 50, 50); _____________________________ |
Go back to: Color