a structure used to define the gradient limit in MWAWGraphicStyle
More...
#include <MWAWGraphicStyle.hxx>
a structure used to define the gradient limit in MWAWGraphicStyle
MWAWGraphicStyle::GradientStop::GradientStop |
( |
float |
offset = 0.0 , |
|
|
MWAWColor const & |
col = MWAWColor::black() , |
|
|
float |
opacity = 1.0 |
|
) |
| |
|
inline |
int MWAWGraphicStyle::GradientStop::cmp |
( |
GradientStop const & |
a) | |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
GradientStop const & |
st |
|
) |
| |
|
friend |
MWAWColor MWAWGraphicStyle::GradientStop::m_color |
the color
Referenced by cmp().
float MWAWGraphicStyle::GradientStop::m_offset |
the offset
Referenced by cmp().
float MWAWGraphicStyle::GradientStop::m_opacity |
the opacity
Referenced by cmp().
The documentation for this struct was generated from the following file: