Sujet : Re: Named colours in Tk
De : user1108 (at) *nospam* newsgrouper.org.invalid (Olivier)
Groupes : comp.lang.tclDate : 20. May 2025, 13:18:18
Autres entêtes
Message-ID : <1747743498-1108@newsgrouper.org>
References : 1
User-Agent : Newsgrouper/0.7.2
Alan Grunwald <
nospam.nurdglaw@gmail.com> posted:
Tk recognises a lot of colour names, as documented at, say,
https://www.tcl-lang.org/man/tcl9.0/TkCmd/colors.html Is it possible to
get a list of them?
I guess I could hack it out of one of the source files, but I'd hope to
be able to get it in a cleaner fashion.
Most color pickers have a list of them. The most useful is probably this one (
https://wiki.tcl-lang.org/page/Color+pickers ) because of its hexedecimalcorresponding values.
Olivier.