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
I'm trying to change the TintColor of a TransparentTintBackdrop at runtime, using something similar to:
(SystemBackdrop as TransparentTintBackdrop).TintColor = myColor;
It's not working, the color is not changed.
I also tried to change the whole backdrop, with something like:
SystemBackdrop = new TransparentTintBackdrop(myColor);
In this case, it does indeed change the backdrop. However, there is a visible ugly glitch (as if there was one frame without backdrop at all). I also tried to precompute the backdrops to avoid the new, but I still get the glitch.
I'm using version 2.3.3.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to change the
TintColor
of aTransparentTintBackdrop
at runtime, using something similar to:It's not working, the color is not changed.
I also tried to change the whole backdrop, with something like:
In this case, it does indeed change the backdrop. However, there is a visible ugly glitch (as if there was one frame without backdrop at all). I also tried to precompute the backdrops to avoid the
new
, but I still get the glitch.I'm using version 2.3.3.
The text was updated successfully, but these errors were encountered: