Gnash
0.8.10
|
A SolidFill containing one color. More...
#include <FillStyle.h>
Public Member Functions | |
SolidFill (const rgba &c) | |
Construct a SolidFill. | |
SolidFill (const SolidFill &other) | |
Copy a SolidFill. | |
void | setLerp (const SolidFill &a, const SolidFill &b, double ratio) |
Set this fill to a lerp of two other SolidFills. | |
rgba | color () const |
Get the color of the fill. |
A SolidFill containing one color.
SolidFills are the simplest fill, containing only a single color.
gnash::SolidFill::SolidFill | ( | const rgba & | c | ) | [inline, explicit] |
Construct a SolidFill.
gnash::SolidFill::SolidFill | ( | const SolidFill & | other | ) | [inline] |
Copy a SolidFill.
rgba gnash::SolidFill::color | ( | ) | const [inline] |
Get the color of the fill.
Referenced by gnash::renderer::openvg::StyleHandler::operator()(), gnash::AddStyles::operator()(), and setLerp().
void gnash::SolidFill::setLerp | ( | const SolidFill & | a, |
const SolidFill & | b, | ||
double | ratio | ||
) | [inline] |
Set this fill to a lerp of two other SolidFills.
References color(), and gnash::lerp().