to_hexadecimal
Description:
[
Version ( since =
"0.3.0" ) ]
public string to_hexadecimal ()
Returns a string describing this in hexadecimal form; in the form typeof
(unichar2)
rrgg bb, where rr is a
two-digit hexadecimal red intensity value, gg is green and bb is blue.
The hash is always present.
Parameters:
Returns:
the color string; free with g_free
|