|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| Element | color (const LinearGradient &gradient, Element child) |
| 使用線性漸變效果設定元素的前景色。 | |
| Element | bgcolor (const LinearGradient &gradient, Element child) |
| 使用線性漸變效果設定元素的背景顏色。 | |
| Decorator | color (const LinearGradient &gradient) |
| 使用線性漸變效果裝飾前景色。 | |
| Decorator | bgcolor (const LinearGradient &gradient) |
| 使用線性漸變效果裝飾背景顏色。 | |
| float angle = 0.F |
Definition at line 22 of file src/ftxui/dom/linear_gradient.cpp.
| std::vector<Color> colors |
Definition at line 23 of file src/ftxui/dom/linear_gradient.cpp.
| std::vector<float> positions |
Definition at line 24 of file src/ftxui/dom/linear_gradient.cpp.