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 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
export
namespace
ftxui
{
14
using
ftxui::Color
;
15
16
/**
17
* @namespace literals
18
* @brief FTXUI ftxui::literals:: 命名空間
19
*/
20
inline
namespace
literals
{
21
using
ftxui::literals::operator
""
_rgb;
22
}
23
}
color.hpp
ftxui::Color
Color 是一個在終端使用者介面中表示顏色的類別。
Definition
color.hpp:20
ftxui.screen
FTXUI 螢幕操作的模組文件。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
literals
FTXUI ftxui::literals:: 命名空間