FTXUI
6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
linear_gradient.cppm
浏览该文件的文档.
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
一个表示线性渐变颜色效果设置的类。
定义
linear_gradient.hpp:32
linear_gradient.hpp
ftxui.dom
FTXUI DOM 操作的模块文件。
ftxui
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
定义
animation.hpp:9