VT100 Terminal App
Circle VT100 module documentation
Loading...
Searching...
No Matches
TColorPalette.h File Reference

Declares shared color selection enums for the VT100 renderer stack. More...

#include <circle/display.h>

Go to the source code of this file.

Typedefs

using TRendererColor = CDisplay::TColor
 

Enumerations

enum  EColorSelection : unsigned int { TerminalColorBlack = 0 , TerminalColorWhite = 1 , TerminalColorAmber = 2 , TerminalColorGreen = 3 }
 

Detailed Description

Declares shared color selection enums for the VT100 renderer stack.

This header centralizes all logical color choices exposed through the configuration task and consumed by the renderer. By mapping high-level palette selections to Circle display colors in one place, the renderer and configuration code can evolve without duplicating RGB definitions across multiple translation units.