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