ThemeColor Object Members
In This Topic
The following tables list the members exposed by ThemeColor.
Public Properties
| Name | Description |
| BackgroundColor | Gets text screen background color when IsBackgroundSingleColor is true. |
| IsBackgroundSingleColor | Indicates whether the screen background color is a single color or mapped as per field attributes defined in the IbmTerminalAttributeOption enumerator. |
| Parent | Gets the parent object. The parent is the ITheme object. |
Top
Public Methods
| Name | Description |
| GetBackgroundColor | Returns the current mapped background color for a given terminal attribute. |
| GetForegroundColor | Returns the current mapped foreground color for a given terminal attribute. |
| 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