- Python GUI Programming Cookbook(Second Edition)
- Burkhard A. Meier
- 56字
- 2025-04-04 19:16:18
There's more...
Here is a small sample of the available symbolic color names that you can look up at the official tcl manual page at http://www.tcl.tk/man/tcl8.5/TkCmd/colors.htm.

Some of the names create the same color, so alice blue creates the same color as AliceBlue. In this recipe, we used the symbolic names Blue, Gold, and Red.