![]() |
Gorgon Game Engine
|
Fills a drawing with a solid color. More...
Public Types | |
| typedef Color_ | ColorType |
Public Member Functions | |
| SolidFill (Color_ color) | |
| Implicit typecast from a solid color. More... | |
| Color_ | GetColor () const |
| Returns the color. More... | |
| Color_ | operator() (Geometry::Pointf, Geometry::Point, Color_ underlying, float alpha) |
| void | SetColor (Color_ value) |
| Sets the color. More... | |
Fills a drawing with a solid color.
| typedef Color_ ColorType |
| SolidFill | ( | Color_ | color | ) |
Implicit typecast from a solid color.
| Color_ GetColor | ( | ) | const |
Returns the color.
| Color_ operator() | ( | Geometry::Pointf | , |
| Geometry::Point | , | ||
| Color_ | underlying, | ||
| float | alpha | ||
| ) |
| void SetColor | ( | Color_ | value | ) |
Sets the color.