Method
ClutterColorto_string
Declaration [src]
gchar*
clutter_color_to_string (
const ClutterColor* color
)
Description [src]
Returns a textual specification of color
in the hexadecimal form
#rrggbbaa
, where r
, g
, b
and a
are
hexadecimal digits representing the red, green, blue and alpha components respectively.