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
4module;
5
7
8export module ftxui.screen:ColorInfo;
9
10/**
11 * @namespace ftxui
12 * @brief FTXUI ftxui::名前空間
13 */
14export namespace ftxui {
15 using ftxui::ColorInfo;
16
17 using ftxui::GetColorInfo;
18}
ColorInfoは、ターミナルのカラーパレットに関する情報を含む構造体です。
FTXUIスクリーン操作のためのモジュールファイル。
FTXUI ftxui:: 名前空間
Definition animation.hpp:9