On Mon, 10 Feb 2003 21:58:09 -0500 James Drabb <[EMAIL PROTECTED]> wrote:
> Hello group, > > I just started switching to Linux development with GTK > from Visual C++ (ewww). Anyway, I am bringing up a > color selection dialog with gtk_color_selection_dialog_new. > Now a user selects thier color and I retrieve that > with a call to gtk_color_selection_get_current_color. > Now I have a GdkColor variable named color with the > red, green and blue components. However, say I selected full > red and no green or blue, the red member has a value of 65535. What do > I need to do to convert the red, green and blue into an RGB? I > want to end up with something like R=>255, G=>128, B=>0. > > Thanks for any help, > > Jim Drabb Never mind. Sorry for the dumb question! (color.red & 0xff) Jim Drabb -- --------------------------------------------------------------- Those who would sacrifice freedom for security will get neither --------------------------------------------------------------- James Drabb JR Programmer Analyst Davenport, FL JDrabb at tampabay dot rr dot com _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
