|
PumpkinBrush
|
One kind of Brush which draws a circle shape of pixels. More...
#include <Pen.hpp>


Public Member Functions | |
| Pen () | |
| Constructor of pen. More... | |
| sf::Color | getColor () override |
| Get the color of the pen. More... | |
| void | setColor (sf::Color color) override |
| Set the color of the pen. More... | |
| void | setSize (size size) override |
| Set the size of the pen. More... | |
| int | getSize () override |
| Get the size of the pen. More... | |
| std::vector< std::vector< int > > | getShader () override |
| Get the shader of the pen. More... | |
| int | getType () override |
| Get type of the pen. More... | |
Public Member Functions inherited from GeneralBrush | |
| virtual | ~GeneralBrush () |
One kind of Brush which draws a circle shape of pixels.
| Pen::Pen | ( | ) |
Constructor of pen.
|
overridevirtual |
Get the color of the pen.
Implements GeneralBrush.
|
overridevirtual |
Get the shader of the pen.
Implements GeneralBrush.
|
overridevirtual |
Get the size of the pen.
Implements GeneralBrush.
|
overridevirtual |
Get type of the pen.
Implements GeneralBrush.
|
overridevirtual |
Set the color of the pen.
Implements GeneralBrush.
|
overridevirtual |
Set the size of the pen.
Implements GeneralBrush.
1.8.17