-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The background is completely transparent #5072
Comments
Have you tried implementing fn clear_color to MyEguiApp?
This made the window completely transparent in another project I'm working on. |
Using this method will cause the window to be completely black |
Try adding a CentralPanel with the frame filled with Color32::TRANSPARENT.
|
This works fine on my other computer, but on this one the background is always black |
Please check if there are any problems as follows. See Below:
|
There is no problem with the panel and font setting colors, but the window setting the background to transparent does not take effect |
The above source code works fine on |
Using "Viewport Builder::with transparent(true)" to set transparency will result in shadow or translucency. I hope a function can be provided to achieve complete transparency.
The text was updated successfully, but these errors were encountered: