Cairo::Gradient Class Reference

Inheritance diagram for Cairo::Gradient:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void add_color_stop_rgb (double offset, double red, double green, double blue)
void add_color_stop_rgba (double offset, double red, double green, double blue, double alpha)
 Gradient (cairo_pattern_t *cobject, bool has_reference=false)
 Create a C++ wrapper for the C instance.
virtual ~Gradient ()

Protected Member Functions

 Gradient ()

Constructor & Destructor Documentation

Cairo::Gradient::Gradient ( cairo_pattern_t *  cobject,
bool  has_reference = false 
) [explicit]

Create a C++ wrapper for the C instance.

This C++ instance should then be given to a RefPtr.

Parameters:
cobject The C instance.
has_reference Whether we already have a reference. Otherwise, the constructor will take an extra reference.

virtual Cairo::Gradient::~Gradient (  )  [virtual]

Cairo::Gradient::Gradient (  )  [protected]


Member Function Documentation

void Cairo::Gradient::add_color_stop_rgb ( double  offset,
double  red,
double  green,
double  blue 
)

void Cairo::Gradient::add_color_stop_rgba ( double  offset,
double  red,
double  green,
double  blue,
double  alpha 
)


The documentation for this class was generated from the following file:
Generated on Sun Dec 16 20:03:17 2007 for cairomm by  doxygen 1.5.1