"Todd Walk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does someone have an already working color fill routine > working on Palms? (All the simple ones blow up memory > wise.) Preferably one working with hires bitmaps.
You want a non-recursive floodfill routine. I've written one for Quartus Forth here: http://quartus.net/wiki/FloodFillModule For C, etc., you should be able to turn up multiple examples on the web by searching specifically for a non-recursive routine. -- Neal Bridges Quartus Handheld Software http://www.quartus.net -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
