Search code examples
tkintertransparency

Use rgba with tkinter


Does there is any way to use alpha in color of widgets available in tkinter

Code

button = Button(root,text="Click",color="#1a1a1a50")

Color="#rrggbbaa"

Solution

  • No, tkinter doesn't support the alpha channel for individual widgets.