@why: Okay, yes. But that brings up another point: what about colors with alpha values (which is what I'm trying to do)? The following does not work either:
a = rgb 32, 55, 11, 0.5 b = rgb 50, 10, 0 background a.to_s .. b.to_s ...In any case, being able to use Shoe::Color objects directly would to a great touch, as Mr. Rasmussen said. Sincerely, Joshua Choi On Tue, Sep 16, 2008 at 10:51 AM, _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 > > _why >
