Searched refs:colorname (Results 1 – 2 of 2) sorted by relevance
164 colorname = ColorDB.triplet_to_rrggbb((red, green, blue))168 text.configure(foreground=colorname)170 text.configure(background=colorname)172 text.configure(selectforeground=colorname)174 text.configure(selectbackground=colorname)176 text.configure(insertbackground=colorname)
66 def set_name(self, colorname): argument67 self.__namevar.set(colorname)