Beispiel #1
0
 def background_color(self):
     """ Return RGBA values for ``background-color`` property. """
     return rgba(self.value_of_css_property('background-color'))
Beispiel #2
0
 def background_color(self):
     """ Return RGBA values for ``background-color`` property. """
     return rgba(self.value_of_css_property('background-color'))
Beispiel #3
0
 def color(self):
     """ Return RGBA values for ``color`` property. """
     return rgba(self.value_of_css_property('color'))
Beispiel #4
0
 def color(self):
     """ Return RGBA values for ``color`` property. """
     return rgba(self.value_of_css_property('color'))