From: Stephen D. <st...@da...> - 2002-08-23 13:33:44
|
Hi, If you try to use "32 bit" colors with ruby-fltk you run into problems with the fact that the global "color" returns negative numbers for colors with the high bit set. I attached a little ruby-fltk patch - against the current CVS - that fixes "color" to UINT. The patch also provides access to some more of FLTK's color handling functions. Would you like to put this into CVS? Thanks, Steve |