Searched refs:rrggbb_to_triplet (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Tools/pynche/ |
D | ColorDB.py | 144 return rrggbb_to_triplet(mo.group('hexrgb')) 156 return rrggbb_to_triplet(mo.group('hexrgb')) 207 def rrggbb_to_triplet(color): function
|
D | Main.py | 102 r, g, b = ColorDB.rrggbb_to_triplet(s)
|
D | ChipViewer.py | 129 red, green, blue = ColorDB.rrggbb_to_triplet(rrggbb)
|
D | ListViewer.py | 119 red, green, blue = ColorDB.rrggbb_to_triplet(t)
|
D | TextViewer.py | 156 red, green, blue = ColorDB.rrggbb_to_triplet(color)
|
D | StripViewer.py | 248 red, green, blue = ColorDB.rrggbb_to_triplet(color)
|