WPSGraphicStyle::GradientStop Struct Reference

a structure used to define the gradient limit More...

#include <WPSGraphicStyle.h>

Public Member Functions

 GradientStop (float offset=0.0, WPSColor const &col=WPSColor::black(), float opacity=1.0)
 constructor
 
int cmp (GradientStop const &a) const
 compare two gradient
 

Public Attributes

float m_offset
 the offset
 
WPSColor m_color
 the color
 
float m_opacity
 the opacity
 

Friends

std::ostreamoperator<< (std::ostream &o, GradientStop const &st)
 a print operator
 

Detailed Description

a structure used to define the gradient limit

Constructor & Destructor Documentation

◆ GradientStop()

WPSGraphicStyle::GradientStop::GradientStop ( float offset = 0.0,
WPSColor const & col = WPSColor::black(),
float opacity = 1.0 )
inlineexplicit

constructor

Member Function Documentation

◆ cmp()

int WPSGraphicStyle::GradientStop::cmp ( GradientStop const & a) const
inline

compare two gradient

Friends And Related Symbol Documentation

◆ operator<<

a print operator

Member Data Documentation

◆ m_color

WPSColor WPSGraphicStyle::GradientStop::m_color

the color

Referenced by cmp().

◆ m_offset

float WPSGraphicStyle::GradientStop::m_offset

the offset

Referenced by cmp().

◆ m_opacity

float WPSGraphicStyle::GradientStop::m_opacity

the opacity

Referenced by cmp().


The documentation for this struct was generated from the following file:

Generated on Tue May 21 2024 12:30:44 for libwps by doxygen 1.10.0