mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Color picker dialog for Tkinter. This module contains a ColorPicker class which implements the color picker and an askcolor function that displays the color picker and returns the chosen color in RGB and HTML formats. https://github.com/j4321/tkColorPicker
5 lines
219 B
Text
5 lines
219 B
Text
Color picker dialog for Tkinter.
|
|
|
|
This module contains a ColorPicker class which implements the color picker and
|
|
an askcolor function that displays the color picker and returns the chosen
|
|
color in RGB and HTML formats.
|