HomeSort by relevance Sort by last modified time
    Searched refs:rrggbb (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Tools/pynche/
ChipViewer.py 101 # Selected always shows the #rrggbb name of the color, nearest always
105 # Always use the #rrggbb style to actually set the color, since we may
109 rrggbb = ColorDB.triplet_to_rrggbb(rgbtuple)
114 self.__selected.set_color(rrggbb)
117 self.__selected.set_name(rrggbb)
118 if rrggbb == nearest_rrggbb:
130 rrggbb = self.__nearest.get_color()
131 red, green, blue = ColorDB.rrggbb_to_triplet(rrggbb)
StripViewer.py 302 rrggbb = ColorDB.triplet_to_rrggbb(t)
303 chips.append(rrggbb)
  /external/python/cpython3/Tools/pynche/
ChipViewer.py 101 # Selected always shows the #rrggbb name of the color, nearest always
105 # Always use the #rrggbb style to actually set the color, since we may
109 rrggbb = ColorDB.triplet_to_rrggbb(rgbtuple)
114 self.__selected.set_color(rrggbb)
117 self.__selected.set_name(rrggbb)
118 if rrggbb == nearest_rrggbb:
130 rrggbb = self.__nearest.get_color()
131 red, green, blue = ColorDB.rrggbb_to_triplet(rrggbb)
StripViewer.py 302 rrggbb = ColorDB.triplet_to_rrggbb(t)
303 chips.append(rrggbb)

Completed in 7786 milliseconds