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
Hello, I encountered a problem when using it. I used mlabel = WMCreateLabel(win); WMColor* transparentColor = WMCreateRGBAColor(scr, 0, 0, 0, 0,False); WMSetWidgetBackgroundColor(mlabel,transparentColor); May I ask why the background is black instead of transparent? How to solve it?
The text was updated successfully, but these errors were encountered:
Hello, I encountered a problem when using it. I used mlabel = WMCreateLabel(win); WMColor* transparentColor = WMCreateRGBAColor(scr, 0, 0, 0, 0,False); WMSetWidgetBackgroundColor(mlabel,transparentColor); May I ask why the background is black instead of transparent? How to solve it?
The text was updated successfully, but these errors were encountered: