twisted.python._textattributes._ColorAttribute(object)
class documentationtwisted.python._textattributes
View Source
(View In Hierarchy)
A color text attribute.
Attribute access results in a color value lookup, by name, in
attrs
.
Parameters | ground | Foreground or background color attribute to look color names up from. (type: _ColorAttr ) |
attrs | Mapping of color names to color values. |
Method | __init__ | Undocumented |
Method | __getattr__ | Undocumented |