Re: Win32Lib: Flood Fill Demo
- Posted by Brian Broker <bkb at CNW.COM> Oct 02, 2000
- 403 views
On Mon, 2 Oct 2000 06:12:04 -0700, Dan B Moyer wrote: >Brian, > >Your demo looks real nice! thank you >Is there any way to programmatically set for 32 >bit color, so the demo/method would work without the user having to do so >to get rid of the dithering? Yes, I seem to recall a routine for being able to do this but I'd have to look into it in more depth. (of course, the user's graphics adapter and display must actually support a higher color depth for it to work). >If so, and if the change of "createBrush" to >global doesn't make any problems, then this would seem to be a nice add to >Win32Lib > >Dan if the floodFill routine was added to Win32Lib, then there would be no need to declare 'createBrush' as global (unless you are talking about having the routine be just a separate add-on...) -- Brian