On Apr 8, 5:46 pm, Tobiah <[email protected]> wrote: > I'm having a difficult time with this. I want > to display a continuous range of hues using HTML > hex representation (#RRGGBB). How would I go > about scanning through the hues in order to > make a rainbow? > > Thanks, > > Toby
Look at the colorsys module. http://docs.python.org/library/colorsys.html?highlight=colorsys#module-colorsys -- http://mail.python.org/mailman/listinfo/python-list
