To those with Shoes, A small thing: can it be made possible to create a range of Shoes::Colors, like with strings or numbers? For instance, the following does work:
a = '33FF22' b = '00BBAA' background a .. b But the following does not: a = rgb 32, 55, 11 b = rgb 50, 10, 0 background a .. b The error raised is "bad value for range". Can gradients be made to work with Shoe::Color objects, just like strings and numbers? Sincerely, Joshua Choi
