
Struktur für [Farb]Attribute eines Zeichens. Mehr ...
#include <machine/cga_window.h>
Öffentliche Methoden | |
Attribute (Color foreground=LIGHT_GREY, Color background=BLACK, bool blink=false) | |
Attributkonstruktor. Mehr ... | |
Öffentliche Attribute | |
uint8_t | foreground: 4 |
uint8_t | background: 3 |
uint8_t | blink: 1 |
Struktur für [Farb]Attribute eines Zeichens.
Die Verwendung einer Bitfeldstruktur erleichtert den Zugriff deutlich
|
inlineexplicit |
Attributkonstruktor.
foreground | Vordergrundfarbe (Standard LIGHT_GREY) |
background | Hintergrundfarbe (Standard BLACK) |
blink | blinkend oder nicht (Standard kein blinken) |