Paul McNett wrote: > So, my patch has bracketed code based on platform. I humbly attach it > for review.
I've finally gotten around to applying your patch. Thanks. I don't have any non-24 bit systems to test on, so it would be nice if you could test it -- it's in current SVN (the wxPython 3rd party one...) A couple thoughts: 1) I wonder if we should bypass the colormatch code on 24bit systems -- it's a bit intensive to be run all the time. 2) I think we should re-factor this into a class -- when I see "global" I get itchy! It uses a generator now because when generators where new I was trying to find a use for it, and it was simpler then anyway. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
