AbstractColorPalette
abstract class AbstractColorPalette extends Alvine
Farbpalette
Constants
BLACK |
Farbwerte |
BLUE |
Farbwerte |
CYAN |
Farbwerte |
GREEN |
Farbwerte |
MAGENTA |
Farbwerte |
RED |
Farbwerte |
WHITE |
Farbwerte |
YELLOW |
Farbwerte |
BRIGHTBLACK |
Farbwerte |
BRIGHTBLUE |
Farbwerte |
BRIGHTCYAN |
Farbwerte |
BRIGHTGREEN |
Farbwerte |
BRIGHTMAGENTA |
Farbwerte |
BRIGHTRED |
Farbwerte |
BRIGHTWHITE |
Farbwerte |
BRIGHTYELLOW |
Farbwerte |
Properties
protected Map | $background | ||
protected Map | $foreground |
Methods
Neues Objekt
Farbpalette
Farbpalette
Farbe, falls verfügbar, laden und zurückgeben. Ist die
Farbe nicht definiert, so wird die Standardfarbe getDefault
zurückgegeben.
Farbe, falls verfügbar, laden und zurückgeben. Ist die
Farbe nicht definiert, so wird die Standardfarbe getDefault
zurückgegeben.
Standardfarbe
Standardfarbe
Details
at line 134
__construct()
Neues Objekt
at line 147
Map
getForgroundColors()
Farbpalette
at line 156
Map
getBackgroundColors()
Farbpalette
at line 168
Color
getForgroundColor(string $name)
Farbe, falls verfügbar, laden und zurückgeben. Ist die
Farbe nicht definiert, so wird die Standardfarbe getDefault
zurückgegeben.
at line 181
Color
getBackgroundColor(string $name)
Farbe, falls verfügbar, laden und zurückgeben. Ist die
Farbe nicht definiert, so wird die Standardfarbe getDefault
zurückgegeben.
at line 190
abstract Color
getForgroundDefault()
Standardfarbe
at line 197
abstract Color
getBackgroundDefault()
Standardfarbe