1. Thanks again
- Posted by Caballero Rojo <ebonvehi at CPSARG.COM> Apr 11, 1999
- 425 views
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
- Posted by David Cuny <dcuny at LANSET.COM> Apr 11, 1999
- 421 views
"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