Package: gdk
Function gdk:color-to-string
Lambda Listgdk:color-to-string (color) ArgumentsReturn ValueThe text string representing color. Details          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 the gdk:color-parse function.   Warning | See also | 
2025-1-15