| gdkColorToString {RGtk2} | R Documentation |
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.
gdkColorToString(object)
|
[GdkColor] a GdkColor |
Since 2.12
[character] a newly-allocated text string
Derived by RGtkGen from GTK+ documentation