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