Boston Python workshop/Saturday/ColorWall: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
No edit summary
Line 83: Line 83:


<pre>python run.py SaturationTest</pre>
<pre>python run.py SaturationTest</pre>


=== 4. Implement a new effect called <code>RainbowTest</code> ===

It should run for 5 seconds, cycling through the colors in the rainbow, pausing for a moment at each color.

Remember to add your effect to the <code>Effect</code> list at the bottom of <code>effects.py</code>!

Test your new effect with

<pre>python run.py RainbowTest</pre>