Color.toString_

Returns a textual specification of color in the hexadecimal form “\#rrrrggggbbbb” where “r”, “g” and “b” are hex digits representing the red, green and blue components respectively.

The returned string can be parsed by gdk.color.Color.parse.

More...
struct Color
string
toString_
()

Return Value

Type: string

a newly-allocated text string

Detailed Description

Deprecated: Use #GdkRGBA