class twisted.python._textattributes._ColorAttribute: (source)
A color text attribute.
Attribute access results in a color value lookup, by name, in _ColorAttribute.attrs.
Parameters | ground | Foreground or background color attribute to look color names up from. |
attrs | Mapping of color names to color values. |
Instance Variable | ground | Undocumented |
Instance Variable | attrs | Undocumented |
Method | __init__ | Undocumented |
Method | __getattr__ | Undocumented |