skin color

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
jugurdzija
Posts: 26
Joined: Thu Feb 05, 2004 10:58 pm

skin color

Post by jugurdzija »

i tried to make combo box text area not transparent with this code:

video::SColor col = guienv->getSkin()->getColor((gui::EGUI_DEFAULT_COLOR)EGDC_HIGH_LIGHT_TEXT);
col.setAlpha(0);
guienv->getSkin()->setColor((gui::EGUI_DEFAULT_COLOR)EGDC_HIGH_LIGHT_TEXT, col);

but it is not working. any ideas.

i also tried to change skin color to something more darker but no success too.
and just one more question,how to use EGUI_SKIN_TYPE?
there are to types,windows standard and windows black.how to set windows black skin type?

thanx.
jugurdzija
Posts: 26
Joined: Thu Feb 05, 2004 10:58 pm

Post by jugurdzija »

nobody knows?
Post Reply