FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
color.cppm
Go to the documentation of this file.
1
/**
2
* @file color.cppm
3
* @brief Module file for the Color class of the Screen module
4
*/
5
6
module
;
7
8
#include <
ftxui/screen/color.hpp
>
9
10
export
module
ftxui.screen.color
;
11
12
/**
13
* @namespace ftxui
14
* @brief The FTXUI ftxui:: namespace
15
*/
16
export
namespace
ftxui
{
17
using
ftxui::Color
;
18
19
inline
namespace
literals {
20
using
ftxui::literals::operator
""
_rgb;
21
}
22
}
color.hpp
ftxui::Color
A class representing terminal colors.
Definition
color.hpp:20
ftxui.screen.color
ftxui
The FTXUI ftxui:: namespace.
Definition
animation.hpp:10
src
ftxui
screen
color.cppm
Generated by
1.12.0