FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
linear_gradient.cppm
Go to the documentation of this file.
1
/// @module ftxui.dom:LinearGradient
2
/// @brief DOM 模組中 LinearGradient 結構的模組文件
3
4
module
;
5
6
#include <
ftxui/dom/linear_gradient.hpp
>
7
8
export
module
ftxui.dom:LinearGradient
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::LinearGradient
;
16
}
ftxui::LinearGradient
表示線性漸變顏色效果設定的類別。
Definition
linear_gradient.hpp:31
linear_gradient.hpp
ftxui.dom
FTXUI DOM 操作的模組檔案。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10