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:: 命名空間 */
13export 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 是一個在終端使用者介面中表示顏色的類別。
Definition color.hpp:20
FTXUI 螢幕操作的模組文件。
FTXUI 的 ftxui:: 命名空間
Definition animation.hpp:10
FTXUI ftxui::literals:: 命名空間