TermOx
|
Holds the look of any paintable object with Traits and Colors. More...
#include <brush.hpp>
Public Member Functions | |
template<typename... Items> | |
constexpr | Brush (Items... items) |
Construct a Brush with given Traits and Colors. | |
Public Attributes | |
Color | background = Color::Background |
Color | foreground = Color::Foreground |
Traits | traits = Trait::None |
Holds the look of any paintable object with Traits and Colors.
sizeof(Brush) == 4 Bytes && alignof(Brush) == 2 Bytes.