5#ifndef MALENA_GRAPHICTHEME_H
6#define MALENA_GRAPHICTHEME_H
Theme tokens for all visual components.
void setFillColor(const sf::Color &c)
float getOutlineThickness() const
void setOutlineColor(const sf::Color &c)
sf::Color getFillColor() const
sf::Color getOutlineColor() const
void setOutlineThickness(float t)
virtual GraphicTheme & applyFrom(const Theme &t)
Populate all fields from the global Theme token set.
virtual ~GraphicTheme()=default
Universal design token set applied across all Themeable components.