class twisted.python._textattributes._ForegroundColorAttr(_ColorAttr): (source)
Foreground color attribute.
| Method | __init__ | Undocumented |
Inherited from _ColorAttr:
| Class Variable | compareAttributes | Undocumented |
| Instance Variable | color | Undocumented |
| Instance Variable | ground | Undocumented |
| Method | serialize | Serialize the text attribute and its children. |
Inherited from _Attribute (via _ColorAttr):
| Instance Variable | children | Child attributes. |
| Method | __repr__ | Undocumented |
| Method | __getitem__ | Undocumented |
Inherited from FancyEqMixin (via _ColorAttr, _Attribute):
| Method | __eq__ | Undocumented |
| Method | __ne__ | Undocumented |