コード例 #1
0
 def background_color(self):
     """ Return RGBA values for ``background-color`` property. """
     return rgba(self.value_of_css_property('background-color'))
コード例 #2
0
ファイル: elements.py プロジェクト: akhi28/OpenMDAO-Framework
 def background_color(self):
     """ Return RGBA values for ``background-color`` property. """
     return rgba(self.value_of_css_property('background-color'))
コード例 #3
0
 def color(self):
     """ Return RGBA values for ``color`` property. """
     return rgba(self.value_of_css_property('color'))
コード例 #4
0
ファイル: elements.py プロジェクト: akhi28/OpenMDAO-Framework
 def color(self):
     """ Return RGBA values for ``color`` property. """
     return rgba(self.value_of_css_property('color'))