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