29 #include <cairomm/cairomm.h> 31 #ifndef STAGE_DRAW_CAIRO_H 32 #define STAGE_DRAW_CAIRO_H 35 using Cairo::SolidPattern;
52 static RefPtr<SolidPattern>
60 static RefPtr<SolidPattern>
68 static RefPtr<SolidPattern>
76 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.