1. INVERSE
- Posted by Jean Hendrickx <jean.hendrickx at INFOBOARD.BE> Mar 09, 1997
- 1282 views
To all, Hi I can't get an inverse video effect i.e. black on white in graphic mode. See the following little code : include graphics.e integer gm gm=graphics_mode(18) if gm then end if bk_color(7) position(28,20) text_color(0) -- don't work -> no text ! puts(1,"Hello\n") position(28,30) text_color(8) -- OK it's grey puts(1,"Hello\n") -- Thanks in advance for any solution ! JEECEE