|
Public Member Functions |
| Color () |
| Color (const PangoColor* gobject) |
PangoColor* | gobj () |
| Provides access to the underlying C instance.
|
const PangoColor* | gobj () const |
| Provides access to the underlying C instance.
|
guint16 | get_red () const |
| Gets the red component of the color.
|
guint16 | get_green () const |
| Gets the green component of the color.
|
guint16 | get_blue () const |
| Gets the blue component of the color.
|
void | set_red (const guint16& value) |
| Sets the red component of the color.
|
void | set_green (const guint16& value) |
| Sets the green component of the color.
|
void | set_blue (const guint16& value) |
| Sets the blue component of the color.
|
bool | parse (const Glib::ustring& spec) |
Protected Attributes |
PangoColor | gobject_ |
Related Functions |
(Note that these are not member functions.)
|
Pango::Color& | wrap (PangoColor* object) |
const Pango::Color& | wrap (const PangoColor* object) |