Package org.gnome.gtk

Interface ColorChooser

All Superinterfaces:
Proxy
All Known Implementing Classes:
ColorButton, ColorChooser.ColorChooserImpl, ColorChooserDialog, ColorChooserWidget

@Generated("io.github.jwharm.JavaGI") @Deprecated public interface ColorChooser extends Proxy
Deprecated.
GtkColorChooser 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 ColorChooserWidget, ColorChooserDialog and ColorButton.