Method
Pango.Color.to_string
Declaration [src]
gchar*
pango_color_to_string (
const PangoColor* color
)
Description [src]
Returns a textual specification of color
.
The string is in the hexadecimal form #rrrrggggbbbb
, where
r
, g
and b
are hex digits representing the red, green,
and blue components respectively.