FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
color.cppm
Go to the documentation of this file.
1/// @module ftxui.screen.color
2/// @brief Module file for the Color class of the Screen module
3
4module;
5
7
8export module ftxui.screen.color;
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
15 using ftxui::Color;
16
17 inline namespace literals {
18 using ftxui::literals::operator""_rgb;
19 }
20}
Color is a class that represents a color in the terminal user interface.
Definition color.hpp:22
Module file for the Color class of the Screen module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10