Solid Color 1 2 3 4 5 6 7 8 9 10from gridmas import * name = "Solid Color" author = "Ciaran" col = ColorAttr("Color", Color(200, 20, 0)) def draw(): for pixel in pixels(): pixel.set_color(col.get()) Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by using our feedback form.