Color Type
Represents colors to print out in the console. When printing to a file, colors are ignored.
Union cases
| Union case |
Description
|
Full Usage:
Blue
|
|
Full Usage:
DarkCyan
|
|
Full Usage:
DarkYellow
|
|
Full Usage:
Green
|
|
Full Usage:
GreenHighlight
|
|
Full Usage:
NoColor
|
|
Full Usage:
Red
|
|
Full Usage:
RedHighlight
|
|
Full Usage:
Yellow
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBlue
Returns: bool
|
|
Full Usage:
this.IsDarkCyan
Returns: bool
|
|
Full Usage:
this.IsDarkYellow
Returns: bool
|
|
Full Usage:
this.IsGreen
Returns: bool
|
|
Full Usage:
this.IsGreenHighlight
Returns: bool
|
|
Full Usage:
this.IsNoColor
Returns: bool
|
|
Full Usage:
this.IsRed
Returns: bool
|
|
Full Usage:
this.IsRedHighlight
Returns: bool
|
|
Full Usage:
this.IsYellow
Returns: bool
|
|
B2R2