libwpg::WPGColor Class Reference

#include <WPGColor.h>

Public Member Functions

 WPGColor ()
 
 WPGColor (int r, int g, int b)
 
 WPGColor (int r, int g, int b, int a)
 
 WPGColor (const WPGColor &color)
 
WPGColoroperator= (const WPGColor &color)
 
const librevenge::RVNGString getColorString () const
 
double getOpacity () const
 

Public Attributes

int red
 
int green
 
int blue
 
int alpha
 

Constructor & Destructor Documentation

§ WPGColor() [1/4]

libwpg::WPGColor::WPGColor ( )

§ WPGColor() [2/4]

libwpg::WPGColor::WPGColor ( int  r,
int  g,
int  b 
)

§ WPGColor() [3/4]

libwpg::WPGColor::WPGColor ( int  r,
int  g,
int  b,
int  a 
)

§ WPGColor() [4/4]

libwpg::WPGColor::WPGColor ( const WPGColor color)

Member Function Documentation

§ getColorString()

§ getOpacity()

§ operator=()

libwpg::WPGColor & libwpg::WPGColor::operator= ( const WPGColor color)

Member Data Documentation

§ alpha

int libwpg::WPGColor::alpha

Referenced by getOpacity(), and operator=().

§ blue

int libwpg::WPGColor::blue

Referenced by getColorString(), and operator=().

§ green

int libwpg::WPGColor::green

Referenced by getColorString(), and operator=().

§ red

int libwpg::WPGColor::red

Referenced by getColorString(), and operator=().


The documentation for this class was generated from the following files:

Generated for libwpg by doxygen 1.8.12