GtkColorDialog

A gtk.color_dialog.ColorDialog 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 gtk.color_dialog.ColorDialog.chooseRgba function. This API follows the GIO async pattern, and the result can be obtained by calling gtk.color_dialog.ColorDialog.chooseRgbaFinish.

See gtk.color_dialog_button.ColorDialogButton for a convenient control that uses gtk.color_dialog.ColorDialog and presents the results.

struct GtkColorDialog