GeneralBrush class which represent the brush instance when drawing on the canvas.
More...
#include <GeneralBrush.hpp>
GeneralBrush class which represent the brush instance when drawing on the canvas.
◆ ~GeneralBrush()
virtual GeneralBrush::~GeneralBrush |
( |
| ) |
|
|
inlinevirtual |
◆ getColor()
virtual sf::Color GeneralBrush::getColor |
( |
| ) |
|
|
pure virtual |
◆ getShader()
virtual std::vector<std::vector<int> > GeneralBrush::getShader |
( |
| ) |
|
|
pure virtual |
◆ getSize()
virtual int GeneralBrush::getSize |
( |
| ) |
|
|
pure virtual |
◆ getType()
virtual int GeneralBrush::getType |
( |
| ) |
|
|
pure virtual |
◆ setColor()
virtual void GeneralBrush::setColor |
( |
sf::Color |
| ) |
|
|
pure virtual |
◆ setSize()
virtual void GeneralBrush::setSize |
( |
size |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: