MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
714 stars 205 forks source link

Disable Transparency on ImageBox #198

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hate to leave a question as an issue, but documentation doesn't answer this and the forum has been dead for years.

I have a widget resource containing multiple imagebox widgets. Each of them loads up a texture that has a grey backdrop which is getting automatically ignored as an transparent color.

Is there a way to toggle this transparency? If not, is it possible to create a widget underneath them of the color I want via their current coords? I don't see a z-index like parameter to createWidget.

ghost commented 3 years ago

The latter was the solution for me, making a new widget placed below it.