GtkColorChooser

gtk.color_chooser.ColorChooser is an interface that is implemented by widgets for choosing colors.

Depending on the situation, colors may be allowed to have alpha (translucency).

In GTK, the main widgets that implement this interface are gtk.color_chooser_widget.ColorChooserWidget, gtk.color_chooser_dialog.ColorChooserDialog and gtk.color_button.ColorButton.

More...
struct GtkColorChooser

Detailed Description