FTXUI
6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
color.cppm
浏览该文件的文档.
1
/// @module ftxui.screen:Color
2
/// @brief Screen模块中Color类的模块文件
3
4
module
;
5
6
#include <
ftxui/screen/color.hpp
>
7
8
export
module
ftxui.screen:Color
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空间
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::Color
;
16
17
/**
18
* @namespace literals
19
* @brief FTXUI ftxui::literals:: 命名空间
20
*/
21
inline
namespace
literals
{
22
using
ftxui::literals::operator
""
_rgb;
23
}
24
}
color.hpp
ftxui::Color
Color 是一个表示终端用户界面中颜色的类。
定义
color.hpp:20
ftxui.screen
FTXUI 屏幕操作的模块文件。
ftxui
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
定义
animation.hpp:9
literals
FTXUI ftxui::literals:: 命名空间