Constructor ConsoleThemeStyle
ConsoleThemeStyle(String, Nullable<ConsoleColor>, Nullable<ConsoleColor>)
Declaration
public ConsoleThemeStyle(string ansiCode, Nullable<ConsoleColor> foregroundColor, Nullable<ConsoleColor> backgroundColor = null)
Parameters
Type | Name | Description |
---|---|---|
String | ansiCode | |
Nullable<ConsoleColor> | foregroundColor | |
Nullable<ConsoleColor> | backgroundColor |