Integrate new colors from Walter.

Add a little parser to xocolor.py.
This commit is contained in:
Marco Pesenti Gritti
2007-07-11 14:15:58 +02:00
parent a61d2c2542
commit b01dbc5e75
3 changed files with 199 additions and 561 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class ColorPicker(hippo.CanvasBox, hippo.CanvasItem):
self._set_random_colors()
def get_color(self):
return self._xo_color.to_string()
return self._xo_color
def _set_random_colors(self):
self._xo_color = XoColor()