Constructor
new Symbol(entity, color, background, outsideColor, outsideBackground)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
entity |
string | HTML entity / character to display |
color |
Color | null | Underground foreground color (null = inherit) |
background |
Color | null | Underground background color (null = inherit) |
outsideColor |
Color | null | Outside foreground color (null = same as color) |
outsideBackground |
Color | null | Outside background color (null = same as background) |
Classes
Methods
getBackground()
- Description:
Background Color for the given lighting mode. @returns {Color|null}
- Source:
getColor()
- Description:
Foreground Color for the given lighting mode. @returns {Color|null}
- Source: