|
Public Member Functions |
|
| RGBA (double r=0.0, double g=0.0, double b=0.0, double a=1.0) |
|
| RGBA (const std::string &name, double a=1.0) |
|
double | operator[] (unsigned index) |
|
| operator Cairo::RefPtr () |
Public Attributes |
|
double | red |
|
double | green |
|
double | blue |
|
double | alpha |