1. Thanks again
We always miss something ;)
I need the black color to put some text on a white screen, how can i do ?
Red Knight
2. Re: Thanks again
"Red Knight" wrote:
>We always miss something ;)
>I need the black color to put some text on a white screen, how can i do ?
Don't use back_color()!
Since the polygon() function takes care of setting the background, you don't
need to call back_color()..And since you don't call back_color(), you don't
end up altering the palette, and color 0 is still mapped to black.
-- David Cuny