26#ifndef TGUI_PANEL_RENDERER_HPP
27#define TGUI_PANEL_RENDERER_HPP
30#include <TGUI/Renderers/GroupRenderer.hpp>
40 using GroupRenderer::GroupRenderer;
Wrapper for colors.
Definition Color.hpp:63
Definition GroupRenderer.hpp:37
Definition Outline.hpp:39
Definition PanelRenderer.hpp:37
void setBorderColor(Color color)
Changes the color of the borders.
void setTextureBackground(const Texture &texture)
Changes the background image.
Color getBackgroundColor() const
Returns the background color of the panel.
void setBorders(const Borders &borders)
Changes the size of the borders.
Borders getBorders() const
Returns the size of the borders.
void setBackgroundColor(Color color)
Changes the background color of the panel.
void setRoundedBorderRadius(float radius)
Changes the radius for the rounded corners if you want to draw a rounded rectangle as background.
Color getBorderColor() const
Returns the color of the borders.
const Texture & getTextureBackground() const
Returns the background image.
float getRoundedBorderRadius() const
Returns the radius for the rounded corners if you want to draw a rounded rectangle as background.
Definition Texture.hpp:49
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36