Searched refs:rrggbb_to_triplet (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/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)
|
/external/python/cpython2/Tools/pynche/ |
D | ColorDB.py | 148 return rrggbb_to_triplet(mo.group('hexrgb')) 160 return rrggbb_to_triplet(mo.group('hexrgb')) 211 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)
|