14 #ifndef GK_RECTANGLESHAPE_HPP_ 15 #define GK_RECTANGLESHAPE_HPP_ 71 #endif // GK_RECTANGLESHAPE_HPP_ void setOutlineThickness(int outlineThickness)
Utility class for manipulating RGBA colors.
void draw(RenderTarget &target, RenderStates states) const override
Draw the object to a render target.
void setColor(const Color &color)
static const Color White
White predefined color.
void setOutlineColor(const Color &color)
std::array< GLubyte, 6 *5 > m_indices
void setSize(float width, float height)
const Color & color() const
void updateVertexBuffer() const
Abstract base class for objects that can be drawn to a render target.
void setWireframeMode(bool wireframeMode)