0

I've currently got a tk.Button used as a color display:

enter image description here

I have two questions:

  1. Is there a better method of simply displaying a color?
  2. Is there any way that I can control the displayed transparency of that color?
SlavaCat
  • 101
  • 6

1 Answers1

0

Display a color with transparency (see this)

calculate RGB equivalent of base colors with alpha of 0.5 over white background in matplotlib

Mrkalvin Bs
  • 103
  • 2
  • 9