|
| | ColorFill (Sml::Color color=Sml::COLOR_TRANSPARENT) |
| |
| virtual void | fillLine (const Sml::Vec2i &start, const Sml::Vec2i &end, const Sml::Rectangle< int32_t > &targetRegion) const override |
| |
| virtual void | fillArea (const Sml::Rectangle< int32_t > &area, const Sml::Rectangle< int32_t > &targetRegion) const override |
| |
| virtual void | fillPoint (const Sml::Vec2i &point, const Sml::Rectangle< int32_t > &targetRegion) const override |
| |
|
Sml::Color | getColor () const |
| |
|
void | setColor (Sml::Color color) |
| |
Definition at line 35 of file fill.h.
◆ ColorFill()
| ColorFill::ColorFill |
( |
Sml::Color |
color = Sml::COLOR_TRANSPARENT | ) |
|
◆ fillArea()
| void ColorFill::fillArea |
( |
const Sml::Rectangle< int32_t > & |
area, |
|
|
const Sml::Rectangle< int32_t > & |
targetRegion |
|
) |
| const |
|
overridevirtual |
◆ fillLine()
| void ColorFill::fillLine |
( |
const Sml::Vec2i & |
start, |
|
|
const Sml::Vec2i & |
end, |
|
|
const Sml::Rectangle< int32_t > & |
targetRegion |
|
) |
| const |
|
overridevirtual |
◆ fillPoint()
| void ColorFill::fillPoint |
( |
const Sml::Vec2i & |
point, |
|
|
const Sml::Rectangle< int32_t > & |
targetRegion |
|
) |
| const |
|
overridevirtual |
◆ m_Color
| Sml::Color Sgl::ColorFill::m_Color |
|
protected |
The documentation for this class was generated from the following files: