class ColorPalette extends AbstractColorPalette

ColorPalette

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 from AbstractColorPalette
protected Map $foreground from AbstractColorPalette

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()

No description

getBackgroundDefault()

No description

Details

in AbstractColorPalette at line 136
__construct()

Neues Objekt

in AbstractColorPalette at line 149
Map getForgroundColors()

Farbpalette

Return Value

Map

in AbstractColorPalette at line 158
Map getBackgroundColors()

Farbpalette

Return Value

Map

in AbstractColorPalette at line 170
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

in AbstractColorPalette at line 183
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 48
Color getForgroundDefault()

Return Value

Color

at line 40
Color getBackgroundDefault()

Return Value

Color