FTXUI 6.1.9
C++ functional terminal UI.
|
#include <linear_gradient.hpp>
Public Attributes | |
Color | color = Color::Default |
std::optional< float > | position |
A stop is a color at a specific position in the gradient. The position is a value between 0.0 and 1.0, where 0.0 is the start of the gradient and 1.0 is the end of the gradient.
Definition at line 39 of file linear_gradient.hpp.
Color color = Color::Default |
Definition at line 40 of file linear_gradient.hpp.
std::optional<float> position |
Definition at line 41 of file linear_gradient.hpp.