Re: color in string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Luiz Rafael Culik Guimaraes wrote:

Hi

how to transform the GDK_COLOR structure resulted  from an GtkColorSelection
Dialog in the form of "#33DD44"

Regads
Luiz

This is untested, but should work:


GdkColor c;
char s[8];
sprintf( s, "#%02x%02x%02x", c.red>>8, c.green>>8, c.blue>>8 );

--
Tim Evans
Applied Research Associates NZ
http://www.aranz.com/

_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux