Package: pango

Function pango:color-to-string

Lambda List

pango:color-to-string (color)

Arguments

color -- a pango:color instance

Return Value

The string with the hexadecimal form of 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.
 

See also

2025-2-15