constexpr LineStyleSpec(Color c, DotPixel w=DotPixel::Pixel1x1, LineStyle s=LineStyle::Solid) noexcept
Construct a line style with specified parameters.
Definition styles.hpp:80
constexpr ShapeStyleSpec(Color c, DotPixel w=DotPixel::Pixel1x1, DrawFill f=DrawFill::Empty) noexcept
Construct a shape style with specified parameters.
Definition styles.hpp:108
Definition styles.hpp:124
Color background
Background color.
Definition styles.hpp:127
Color foreground
Foreground (text) color.
Definition styles.hpp:126
const Font * font
Font to use for rendering.
Definition styles.hpp:125
constexpr TextStyleSpec(const Font *f, Color fg, Color bg) noexcept
Construct a text style with specified parameters.
Definition styles.hpp:136