Name | Description | |
---|---|---|
Parent | Gets the parent object (Theme). |
The following tables list the members exposed by ThemeColor.
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. | |
GetBackgroundColorAsInt | Gets the integer value that the background color of a given terminal attribute is mapped to in the theme color map. | |
GetColorRGB | Gets the RGB value assigned to an integer in the theme color map. | |
GetForegroundColor | Returns the current mapped foreground color for a given terminal attribute. | |
GetForegroundColorAsInt | Gets the integer value that the foreground color of a given terminal attribute is mapped to in the theme color map. | |
SetAnsiColor | Sets the current mapped color for a given ANSI terminal color. | |
SetBackgroundColor | Sets the current mapped background color for a given terminal attribute. | |
SetColorRGB | Sets a default color in the Theme color map to a new custom color. | |
SetForegroundColor | Sets the current mapped foreground color for a given terminal attribute. |