libxyz :: ui :: colors :: BackgroundHigh :: Class BackgroundHigh
[hide private]
[frames] | no frames]

Class BackgroundHigh

source code

object --+        
         |        
     Color --+    
             |    
 BaseHighColor --+
                 |
                BackgroundHigh

Instance Methods [hide private]

Inherited from BaseHighColor: is_color_valid

Inherited from BaseHighColor (private): _set_color

Inherited from Color: __init__, __repr__, __str__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  colors = {u"BLACK": u"black", u"BROWN": u"brown", u"DEFAULT": ...

Inherited from Color: ctype

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

colors

Value:
{u"BLACK": u"black", u"BROWN": u"brown", u"DEFAULT": u"default", u"DAR\
K_RED": u"dark red", u"DARK_GREEN": u"dark green", u"DARK_BLUE": u"dar\
k blue", u"DARK_MAGENTA": u"dark magenta", u"DARK_CYAN": u"dark cyan",\
 u"LIGHT_GRAY": u"light gray", u"DARK_GRAY": u"dark gray"}