26#ifndef TGUI_KNOB_BAR_RENDERER_HPP
27#define TGUI_KNOB_BAR_RENDERER_HPP
30#include <TGUI/Renderers/WidgetRenderer.hpp>
Wrapper for colors.
Definition: Color.hpp:49
Definition: KnobRenderer.hpp:37
void setTextureBackground(const Texture &texture)
Changes the background image of the knob.
Color getBorderColor() const
Returns the border color.
void setBorders(const Borders &borders)
Changes the size of the borders.
Texture & getTextureBackground() const
Returns the background image.
void setTextureForeground(const Texture &texture)
Changes the foreground image of the knob.
Color getThumbColor() const
Returns the thumb color of the thumb which you can move around the circle.
Color getBackgroundColor() const
Returns the background color of the knob.
void setImageRotation(float rotation)
Changes the default rotation of the foreground texture.
void setBackgroundColor(Color color)
Changes the background color of the knob.
Texture & getTextureForeground() const
Returns the foreground image.
float getImageRotation() const
Returns the default rotation of the foreground texture.
void setBorderColor(Color color)
Changes the border color.
Borders getBorders() const
Returns the size of the borders.
void setThumbColor(Color color)
Changes the color of the thumb which you can move around the circle.
Definition: Outline.hpp:39
Definition: Texture.hpp:42
Namespace that contains all TGUI functions and classes.
Definition: AbsoluteOrRelativeValue.hpp:37