Example #1
0
 def text_color(self, color):
     self._text_color = short_color(color)
Example #2
0
 def border_color(self, color):
     self._border_color = short_color(color)
Example #3
0
 def color(self, color):
     self._color = short_color(color)
Example #4
0
 def color(self, color):
     if color is None:
         raise ValueError("Colors must be strings of the format XXXXX")
     self._color = short_color(color)
Example #5
0
 def text_color(self, color):
     self._text_color = short_color(color)
Example #6
0
 def color(self, color):
     self._color = short_color(color)
Example #7
0
 def border_color(self, color):
     self._border_color = short_color(color)
Example #8
0
 def color(self, color):
     if color is None:
         raise ValueError("Colors must be strings of the format XXXXX")
     self._color = short_color(color)