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

Class Foreground

source code

object --+    
         |    
     Color --+
             |
            Foreground

Foreground color

Instance Methods [hide private]

Inherited from Color: __init__, __repr__, __str__, is_color_valid

Inherited from Color (private): _set_color

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

Class Variables [hide private]
  colors = {u"BLACK": u"black", u"BROWN": u"brown", u"YELLOW": u...
  ctype = u"foreground"
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

colors

Value:
{u"BLACK": u"black", u"BROWN": u"brown", u"YELLOW": u"yellow", u"WHITE\
": u"white", u"DEFAULT": u"default", u"DARK_BLUE": u"dark blue", u"DAR\
K_MAGENTA": u"dark magenta", u"DARK_CYAN": u"dark cyan", u"DARK_RED": \
u"dark red", u"DARK_GREEN": u"dark green", u"DARK_GRAY": u"dark gray",\
 u"LIGHT_GRAY": u"light gray", u"LIGHT_RED": u"light red", u"LIGHT_GRE\
EN": u"light green", u"LIGHT_BLUE": u"light blue", u"LIGHT_MAGENTA": u\
"light magenta", u"LIGHT_CYAN": u"light cyan",}