Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #### Generate color pallette ####
- print "---- colors ----\n"
- colors = []
- 1.upto(16) { |i|
- colors += "#%06x" % (rand * 0xffffff)
- puts "#{i}) #{colors[i]}"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement