26 #ifndef __WPGCOLOR_H__    27 #define __WPGCOLOR_H__    29 #include <librevenge/librevenge.h>    43         WPGColor(
int r, 
int g, 
int b, 
int a);
    56 #endif // __WPGCOLOR_H__ const librevenge::RVNGString getColorString() const
Definition: WPGColor.cpp:68
WPGColor()
Definition: WPGColor.cpp:28
Definition: WPGColor.h:34
double getOpacity() const
Definition: WPGColor.cpp:75
int green
Definition: WPGColor.h:37
int red
Definition: WPGColor.h:37
int blue
Definition: WPGColor.h:37
WPGColor & operator=(const WPGColor &color)
Definition: WPGColor.cpp:56
Definition: libwpg_utils.cpp:25
int alpha
Definition: WPGColor.h:37