20 #include <cairomm/cairomm.h> 22 #ifndef STAGE_DRAW_CAIRO_H 23 #define STAGE_DRAW_CAIRO_H 26 using Cairo::SolidPattern;
43 static RefPtr<SolidPattern>
51 static RefPtr<SolidPattern>
59 static RefPtr<SolidPattern>
67 static RefPtr<SolidPattern>
static RefPtr< SolidPattern > pattern_set_blue(const RefPtr< SolidPattern >, double blue)
Make a new SolidPattern from an old one, changing the blue component of the colour.
static RefPtr< SolidPattern > pattern_set_red(const RefPtr< SolidPattern > color, double red)
Make a new SolidPattern from an old one, changing the red component of the colour.
static RefPtr< SolidPattern > pattern_set_green(const RefPtr< SolidPattern >, double green)
Make a new SolidPattern from an old one, changing the green component of the colour.
static RefPtr< SolidPattern > pattern_set_alpha(const RefPtr< SolidPattern >, double alpha)
Make a new SolidPattern from an old one, changing the alpha component of the colour.
Lumiera GTK UI implementation root.