I've currently got a tk.Button used as a color display:
I have two questions:
- Is there a better method of simply displaying a color?
- Is there any way that I can control the displayed transparency of that color?
Display a color with transparency (see this)
calculate RGB equivalent of base colors with alpha of 0.5 over white background in matplotlib