GUI

namespace gui

Enums

enum Theme

Themes to use with setTheme(Theme theme)

Values:

CHERRY

Dark with cherry red accent

CLASSIC

Default theme

DARK

Dark

LIGHT

Light

NUM_THEMES

Number of gui themes

Functions

void setTheme(Theme theme)

Sets the color theme for all gui elements.

Parameters
  • theme: the Theme to use.