TermOx
Public Member Functions | Public Attributes | List of all members
ox::Brush Class Reference

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
 

Detailed Description

Holds the look of any paintable object with Traits and Colors.

sizeof(Brush) == 4 Bytes && alignof(Brush) == 2 Bytes.


The documentation for this class was generated from the following file: