1. INVERSE

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

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu