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

__construct()

Neues Objekt

Map
getForgroundColors()

Farbpalette

Map
getBackgroundColors()

Farbpalette

getForgroundColor(string $name)

Farbe, falls verfügbar, laden und zurückgeben. Ist die Farbe nicht definiert, so wird die Standardfarbe getDefault zurückgegeben.

getBackgroundColor(string $name)

Farbe, falls verfügbar, laden und zurückgeben. Ist die Farbe nicht definiert, so wird die Standardfarbe getDefault zurückgegeben.

getForgroundDefault()

Standardfarbe

getBackgroundDefault()

Standardfarbe

Details

at line 134
__construct()

Neues Objekt

at line 147
Map getForgroundColors()

Farbpalette

Return Value

Map

at line 156
Map getBackgroundColors()

Farbpalette

Return Value

Map

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.

Parameters

string $name

Return Value

Color

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.

Parameters

string $name

Return Value

Color

at line 190
abstract Color getForgroundDefault()

Standardfarbe

Return Value

Color

at line 197
abstract Color getBackgroundDefault()

Standardfarbe

Return Value

Color