Package org.gnome.gtk

Class ColorDialog

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class ColorDialog extends GObject
A GtkColorDialog object collects the arguments that are needed to present a color chooser dialog to the user, such as a title for the dialog and whether it should be modal.

The dialog is shown with the chooseRgba(org.gnome.gtk.Window, org.gnome.gdk.RGBA, org.gnome.gio.Cancellable, org.gnome.gio.AsyncReadyCallback) function.

See ColorDialogButton for a convenient control that uses GtkColorDialog and presents the results.