Hello,
How can I floodfill an area of directdraw7 surface
like traditional floodfill API
thanks
Printable View
Hello,
How can I floodfill an area of directdraw7 surface
like traditional floodfill API
thanks
You use:
<mysurface>.bltcolorfill
it takes 2 params: a RECT that says what area you want filling, and the colour you want.
set the RECT to the right area, and it'll work fine :)