FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
color_info.cppm
Go to the documentation of this file.
1
/// @module ftxui.screen:ColorInfo
2
/// @brief Screen 模組中 ColorInfo 結構體的模組檔案
3
4
module
;
5
6
#include <
ftxui/screen/color_info.hpp
>
7
8
export
module
ftxui.screen:ColorInfo
;
9
10
/**
11
* @namespace ftxui
12
/// @brief FTXUI ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::ColorInfo
;
16
17
using
ftxui::GetColorInfo;
18
}
color_info.hpp
ftxui::ColorInfo
ColorInfo 是一個結構,包含有關終端機 顏色調色盤的資訊。
Definition
color_info.hpp:16
ftxui.screen
FTXUI 螢幕操作的模組文件。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10