Method

PangoColorto_string

since: 1.16

Declaration [src]

char*
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.

Available since: 1.16

Return value

Type: char*

A newly-allocated text string that must be freed with g_free().

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.