Exemple #1
0
 def text_color(self, color):
     self._text_color = short_color(color)
Exemple #2
0
 def border_color(self, color):
     self._border_color = short_color(color)
Exemple #3
0
 def color(self, color):
     self._color = short_color(color)
Exemple #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)
Exemple #5
0
 def text_color(self, color):
     self._text_color = short_color(color)
Exemple #6
0
 def color(self, color):
     self._color = short_color(color)
Exemple #7
0
 def border_color(self, color):
     self._border_color = short_color(color)
Exemple #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)