ConsoleColorExtensions extension
Provide additional methods
- on
Properties
- hasColor → bool
-
Available on ConsoleColor, provided by the ConsoleColorExtensions extension
Check if there is any color.no setter
Methods
-
withBgMsg(
String msg, ConsoleColor bgColor) → String -
Available on ConsoleColor, provided by the ConsoleColorExtensions extension
UsebgColor
as the background color and the current color as foreground color. -
withFgMsg(
String msg, ConsoleColor fgColor) → String -
Available on ConsoleColor, provided by the ConsoleColorExtensions extension
UsefgColor
as the foreground color and the current color as background color.