|
FTXUI 6.1.9
C++ functional terminal UI.
|
命名空间 | |
| namespace | ftxui |
| #include "ftxui/component/component_base.hpp" // 用于 ComponentBase | |
函数 | |
| Element | color (Color color, Element child) |
| 设置元素的前景颜色。 | |
| Element | bgcolor (Color color, Element child) |
| 设置元素的背景颜色。 | |
| Decorator | color (Color c) |
| 使用前景色进行装饰。 | |
| Decorator | bgcolor (Color color) |
| 使用背景色进行装饰。 | |
| Color color_ |
在文件 dom/color.cpp 第 39 行定义.