HighLightColor Type
Colors to highlight components Case name is used as HTML color name. See JSHelpers.getColorString lots of colors can be added, see https://www.w3schools.com/colors/colors_names.asp The Text() method converts it to the correct HTML string Where speed matters the color must be added as a case in the match statement
Union cases
| Union case | Description |
Full Usage:
Blue
|
|
Full Usage:
Brown
|
|
Full Usage:
DarkSlateGrey
|
|
Full Usage:
Green
|
|
Full Usage:
Grey
|
|
Full Usage:
Orange
|
|
Full Usage:
Purple
|
|
Full Usage:
Red
|
|
Full Usage:
SkyBlue
|
|
Full Usage:
Thistle
|
|
Full Usage:
White
|
|
Full Usage:
Yellow
|
Instance members
| Instance member | Description |
Full Usage:
this.IsBlue
Returns: bool
|
|
Full Usage:
this.IsBrown
Returns: bool
|
|
Full Usage:
this.IsDarkSlateGrey
Returns: bool
|
|
Full Usage:
this.IsGreen
Returns: bool
|
|
Full Usage:
this.IsGrey
Returns: bool
|
|
Full Usage:
this.IsOrange
Returns: bool
|
|
Full Usage:
this.IsPurple
Returns: bool
|
|
Full Usage:
this.IsRed
Returns: bool
|
|
Full Usage:
this.IsSkyBlue
Returns: bool
|
|
Full Usage:
this.IsThistle
Returns: bool
|
|
Full Usage:
this.IsWhite
Returns: bool
|
|
Full Usage:
this.IsYellow
Returns: bool
|
|
Full Usage:
this.Text
Returns: string
|
|