On Tue, Sep 16, 2008 at 01:58:13PM -0400, Seth Thomas Rasmussen wrote: > On Tue, Sep 16, 2008 at 1:51 PM, _why <[EMAIL PROTECTED]> wrote: > > On Tue, Sep 16, 2008 at 10:32:09AM -0700, Joshua Choi wrote: > >> But the following does not: > >> > >> a = rgb 32, 55, 11 > >> b = rgb 50, 10, 0 > >> background a .. b > > > > background a.to_s .. b.to_s > > Hmm. Good to know, I bumped into this recently.. but I think it would > be a nice touch to be able to use the color objects.
Good idea, just committed. The `to_s` is only need on r970 build and earlier. _why
