25#ifndef TGUI_SEPARATOR_LINE_RENDERER_HPP
26#define TGUI_SEPARATOR_LINE_RENDERER_HPP
28#include <TGUI/Renderers/WidgetRenderer.hpp>
32TGUI_MODULE_EXPORT
namespace tgui
38 using WidgetRenderer::WidgetRenderer;
Wrapper for colors.
Definition Color.hpp:73
Definition SeparatorLineRenderer.hpp:35
void setColor(Color color)
Changes the color of the line.
Color getColor() const
Returns the color of the line.
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:38