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
For ImageButton(), I think the default value of bg_col should be (0,0,0,0) instead of (0,0,0,1).
Most of the time, an ImageButton will be used to create buttons with icons on them. The default value makes it seem like a bug - that the code is ignoring the alpha.
Here's a screenshot of the default behavior of an Image() vs the default behavior of an ImageButton():
The text was updated successfully, but these errors were encountered:
For
ImageButton()
, I think the default value ofbg_col
should be(0,0,0,0)
instead of(0,0,0,1)
.Most of the time, an
ImageButton
will be used to create buttons with icons on them. The default value makes it seem like a bug - that the code is ignoring the alpha.Here's a screenshot of the default behavior of an
Image()
vs the default behavior of anImageButton()
:The text was updated successfully, but these errors were encountered: