26 #ifndef __WPGCOLOR_H__ 27 #define __WPGCOLOR_H__ 29 #include <libwpd/libwpd.h> 43 WPGColor(
int r,
int g,
int b,
int a);
56 #endif // __WPGCOLOR_H__ WPGColor()
Definition: WPGColor.cpp:28
Definition: WPGColor.h:34
double getOpacity() const
Definition: WPGColor.cpp:75
const ::WPXString getColorString() const
Definition: WPGColor.cpp:68
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: WPGBitmap.h:33
int alpha
Definition: WPGColor.h:37