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