You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ilja Jusupov edited this page Mar 14, 2024
·
1 revision
Drawn images look darker in semi-transparent areas
If you have an image which, when drawn, looks like this:
instead of this:
simply surround drawing with ui.beginPremultipliedAlphaTexture()/ui.endPremultipliedAlphaTexture(), as it is a good sign you’re dealing with image with premultiplied alpha.