|
__init__(self,
name,
fg,
bg,
fg_attrs=None,
mono=None,
fg_high=None,
bg_high=None)
Init palette. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_palette(self,
display=const.DEFAULT_DISPLAY_DRIVER)
Return urwid-compatible palette tuple |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
fg = property(_fg_get, _fg_set)
|
|
bg = property(_bg_get, _bg_set)
|
|
fg_attrs = property(_fg_attrs_get, _fg_attrs_set)
|
|
mono = property(_mono_get, _mono_set)
|
|
fg_high = property(_fg_high_get, _fg_high_set)
|
|
bg_high = property(_bg_high_get, _bg_high_set)
|