|
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 24 of file src/ftxui/dom/linear_gradient.cpp.
| std::vector<Color> colors |
Definition at line 25 of file src/ftxui/dom/linear_gradient.cpp.
| std::vector<float> positions |
Definition at line 26 of file src/ftxui/dom/linear_gradient.cpp.