Advanced color editing dialog?

Ian Britten britten at caris.com
Mon Aug 13 12:36:53 PDT 2007


Vadim Zeitlin wrote:
> On Fri, 3 Aug 2007 15:42:33 +0000 (UTC) Richard <legalize+jeeves at mail.xmission.com> wrote:
> 
> R> Has anyone else made an advanced color editing dialog?  Things like
> R> being able to edit in a color space other than RGB and include alpha
> R> in the selected color.  There are a variety of methods for editing
> R> colors in other color models and I'd rather not reinvent the wheel
> R> when making an advanced color editing dialog.
> 
>  I don't think anybody did, although OS X colour dialog does support some
> of these "advanced" features.

FYI - GTK does too (since at least 2.4, I believe), at least on the
GtkColorSelection widget.  See:
http://developer.gnome.org/doc/API/2.0/gtk/GtkColorSelection.html#gtk-color-selection-set-has-opacity-control

I don't see an obvious wrapper method on the GtkColorSelectionDialog
http://developer.gnome.org/doc/API/2.0/gtk/GtkColorSelectionDialog.html
but I'm assuming the underlying widget can be accessed and configured...

FWIW, I too look forward for some WX way for users to pick their alpha
values along with their colour values (without me having to write my
own widgets/dialogs, I mean...)

Anyways, keep up all the good work!
Ian




More information about the wx-users mailing list