From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Cronan To: guile-gtk@sourceware.cygnus.com Subject: Specifying colors Date: Sun, 30 Dec 2001 23:37:00 -0000 Message-ID: X-SW-Source: 2001-q4/msg00039.html Message-ID: <20011230233700.xBfTMiQcTh8gJi18uAaVhFRRcnom32yE97WvuIxYjQo@z> Hello all, Is there an easier (and more efficient) way of creating an arbitrary GdkColor object than passing a string of the form "RGB:XX/YY/ZZ"? I'd like to be able to create a GdkColor as you can in C, by specifying the components as integers, rather than effectively using gdk_color_parse. Thanks for your help. Happy New Year, Kyle Cronan