Color Type
Color type used to represent colors to print out in the console.
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
|
|