Re: Win32Lib: Flood Fill Demo
- Posted by Gene Mannel <mgene2 at GJ.NET> Oct 03, 2000
- 386 views
Hi Brian graciously let me use his flood fill and it is just what I needed. Instead of intering the color constant for say "RED" I found I could do one of two things. either make my own constant for 256 instead of 255 The other way is to insert command rgb() into floodfill and get any color I want providing the numbers were evenly divisable by 8 such as: rgb(64, 96, 168). I dont know why it works but I figured it out by the comments you all made. Thank you all, gene