PgColor.toString

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. Since 1.16

class PgColor
override
string
toString
()

Return Value

Type: string

a newly-allocated text string that must be freed with g_free().

Meta