a structure used to define the gradient limit in MWAWGraphicStyle More...
#include <MWAWGraphicStyle.hxx>
Public Member Functions | |
Stop (float offset=0.0, MWAWColor const &col=MWAWColor::black(), float opacity=1.0) | |
constructor More... | |
int | cmp (Stop const &a) const |
compare two gradient More... | |
Public Attributes | |
float | m_offset |
the offset More... | |
MWAWColor | m_color |
the color More... | |
float | m_opacity |
the opacity More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Stop const &st) |
a print operator More... | |
a structure used to define the gradient limit in MWAWGraphicStyle
|
inlineexplicit |
constructor
|
inline |
compare two gradient
|
friend |
a print operator
MWAWColor MWAWGraphicStyle::Gradient::Stop::m_color |
the color
Referenced by cmp(), and Canvas5StyleManager::readGradient().
float MWAWGraphicStyle::Gradient::Stop::m_offset |
the offset
Referenced by cmp(), and Canvas5StyleManager::readGradient().
float MWAWGraphicStyle::Gradient::Stop::m_opacity |
the opacity
Referenced by cmp().