Papyrus::Gradient::Stop Class Reference
A gradient stop for use with LinearGradient or RadialGradient.
More...
#include <gradient.h>
List of all members.
Detailed Description
A gradient stop for use with LinearGradient or RadialGradient.
- Author:
- Rick L Vinyard Jr <rvinyard@cs.nmsu.edu>
Constructor & Destructor Documentation
Papyrus::Gradient::Stop::Stop |
( |
|
) |
|
Papyrus::Gradient::Stop::Stop |
( |
const RGBA & |
rgba, |
|
|
double |
offset | |
|
) |
| | |
Papyrus::Gradient::Stop::Stop |
( |
const RGBA & |
rgba, |
|
|
double |
offset, |
|
|
double |
alpha | |
|
) |
| | |
Papyrus::Gradient::Stop::Stop |
( |
const Glib::ustring & |
id |
) |
|
Papyrus::Gradient::Stop::Stop |
( |
const Glib::ustring & |
id, |
|
|
const RGBA & |
rgba, |
|
|
double |
offset | |
|
) |
| | |
Papyrus::Gradient::Stop::Stop |
( |
const Glib::ustring & |
id, |
|
|
const RGBA & |
rgba, |
|
|
double |
offset, |
|
|
double |
alpha | |
|
) |
| | |
Papyrus::Gradient::Stop::~Stop |
( |
|
) |
|
Member Function Documentation
double Papyrus::Gradient::Stop::alpha |
( |
|
) |
const |
double Papyrus::Gradient::Stop::blue |
( |
|
) |
const |
RGBA & Papyrus::Gradient::Stop::color |
( |
|
) |
|
const RGBA & Papyrus::Gradient::Stop::color |
( |
|
) |
const |
double Papyrus::Gradient::Stop::green |
( |
|
) |
const |
double Papyrus::Gradient::Stop::offset |
( |
|
) |
const |
double Papyrus::Gradient::Stop::red |
( |
|
) |
const |
void Papyrus::Gradient::Stop::set_alpha |
( |
double |
opa |
) |
|
void Papyrus::Gradient::Stop::set_color |
( |
const RGBA & |
rgba |
) |
|
void Papyrus::Gradient::Stop::set_offset |
( |
double |
off |
) |
|
void Papyrus::Gradient::Stop::unset_color |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: