IThemeColor Interface Members
In This Topic
The following tables list the members exposed by IThemeColor.
Public Properties
| Name | Description |
| Parent | Gets the parent object. The parent is the ITheme object. |
Top
Public Methods
| Name | Description |
| GetAnsiColor | Returns the current mapped color for a given ANSI terminal color |
| GetBackgroundColor | Returns the current mapped background color for a given terminal attribute |
| GetForegroundColor | Returns the current mapped foreground color for a given terminal attribute |
| SetAnsiColor | Sets the current mapped color for a given ANSI terminal color |
| SetBackgroundColor | Sets the current mapped background color for a given terminal attribute |
| SetForegroundColor | Sets the current mapped foreground color for a given terminal attribute |
Top
See Also