From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22587 invoked by alias); 31 Dec 2001 07:37:38 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 22560 invoked from network); 31 Dec 2001 07:37:37 -0000 Received: from unknown (HELO angelina.worldinter.net) (209.186.240.102) by sources.redhat.com with SMTP; 31 Dec 2001 07:37:37 -0000 Received: from localhost (kyle@localhost) by angelina.worldinter.net (8.12.0/8.12.0) with ESMTP id fBV7NhJx027906 for ; Mon, 31 Dec 2001 01:23:43 -0600 (CST) Date: Wed, 21 Nov 2001 13:19:00 -0000 From: Kyle Cronan X-X-Sender: kyle@angelina.worldinter.net To: guile-gtk@sourceware.cygnus.com Subject: Specifying colors Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-q4/txt/msg00027.txt.bz2 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 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