cheshirekow  v0.1.0
mpblocks::gtk::EigenCairo::SolidPattern Struct Reference

#include <mpblocks/gtk/EigenCairo.h>

Static Public Member Functions

static Cairo::RefPtr
< Cairo::SolidPattern > 
create_rgb (const char *str)
 create a solid pattern from a CSS string More...
 
static Cairo::RefPtr
< Cairo::SolidPattern > 
create_rgb (const Gdk::Color &rgb)
 create a solid pattern from a CSS string More...
 
static Cairo::RefPtr
< Cairo::SolidPattern > 
create_rgba (const char *str)
 create a solid pattern from a CSS string More...
 
static Cairo::RefPtr
< Cairo::SolidPattern > 
create_rgba (const Gdk::RGBA &rgba)
 create a solid pattern from a CSS string More...
 

Detailed Description

Definition at line 336 of file EigenCairo.h.

Member Function Documentation

static Cairo::RefPtr<Cairo::SolidPattern> mpblocks::gtk::EigenCairo::SolidPattern::create_rgb ( const char *  str)
static

create a solid pattern from a CSS string

static Cairo::RefPtr<Cairo::SolidPattern> mpblocks::gtk::EigenCairo::SolidPattern::create_rgb ( const Gdk::Color &  rgb)
static

create a solid pattern from a CSS string

static Cairo::RefPtr<Cairo::SolidPattern> mpblocks::gtk::EigenCairo::SolidPattern::create_rgba ( const char *  str)
static

create a solid pattern from a CSS string

static Cairo::RefPtr<Cairo::SolidPattern> mpblocks::gtk::EigenCairo::SolidPattern::create_rgba ( const Gdk::RGBA &  rgba)
static

create a solid pattern from a CSS string


The documentation for this struct was generated from the following file: