26#ifndef TGUI_KNOB_BAR_RENDERER_HPP
27#define TGUI_KNOB_BAR_RENDERER_HPP
30#include <TGUI/Renderers/WidgetRenderer.hpp>
40 using WidgetRenderer::WidgetRenderer;
Wrapper for colors.
Definition Color.hpp:63
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.
void setTextureForeground(const Texture &texture)
Changes the foreground image of the knob.
const Texture & getTextureBackground() const
Returns the background image.
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.
const 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:49
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36