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
*/
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は、ターミナルユーザーインターフェースにおける色を表すクラスです。
Definition
color.hpp:25
ftxui.screen
FTXUIスクリーン操作のためのモジュールファイル。
ftxui
FTXUI ftxui:: 名前空間
Definition
animation.hpp:9
literals
FTXUI ftxui::literals::名前空間