FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
color.cppm
浏览该文件的文档.
1/// @module ftxui.screen:Color
2/// @brief Screen模块中Color类的模块文件
3
4module;
5
7
8export module ftxui.screen:Color;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui:: 命名空间
13 */
14export 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 是一个表示终端用户界面中颜色的类。
FTXUI 屏幕操作的模块文件。
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
FTXUI ftxui::literals:: 命名空间