On 25.07.2008, at 16:55, Alvin wrote: >> But still, the documentation implies (at least how I read it) that >> the > color_average() and desaturate() can be undone some how. Is this true?
Ah, this is what this means: if you create an image by providing an RGB data array, desaturate() will not modify your image data. Instead, it will duplicate your image data and modify the duplicate, using it as the new RGB data base. The image iteslf *is* changed (as opposed to what I said earlier - I was confusing it with copy(w, h) ). The documentation is unclear. Fawning as usual, Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

