to_string
Description:
Returns a textual specification of this in the hexadecimal form #rrggbbaa, where r, g, b and a are hexadecimal digits representing the red, green, blue and alpha components respectively.
Parameters:
this |
a Color |
Returns:
a newly-allocated text string |