Public Member Functions | |
void | get_rgba (double &red, double &green, double &blue, double &alpha) const |
Gets the solid color for a solid color pattern. | |
SolidPattern (cairo_pattern_t *cobject, bool has_reference=false) | |
Create a C++ wrapper for the C instance. | |
virtual | ~SolidPattern () |
Static Public Member Functions | |
static RefPtr< SolidPattern > | create_rgb (double red, double green, double blue) |
static RefPtr< SolidPattern > | create_rgba (double red, double green, double blue, double alpha) |
|
Create a C++ wrapper for the C instance.
|
|
|
|
|
|
|
|
Gets the solid color for a solid color pattern.
|