Hi,
I am trying to remove opacity on an IGUIWindow. I want the window to be completely solid no transparency?
Any help?
Thanks,
Dan
Removing opacity on a window?
Re: Removing opacity on a window?
Example 05 shows how to change transparency for gui-elements (the skin->setColor part). I think for Window background the value that matters is EGDC_WINDOW. So skin->setColor(EGDC_WINDOW, mycolor); where mycolor should be color with corresponding alpha values.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm