[ CCode ( type_id = "gtk_color_dialog_get_type ()" ) ] [ Version ( since = "4.10" ) ] publicsealedclassColorDialog : Object
Asynchronous API to present a color chooser dialog.
`GtkColorDialog` collects the arguments that are needed to present the dialog to the user, such as a title for the dialog and whether it should
be modal.
The dialog is shown with the [method@Gtk.ColorDialog.choose_rgba] function.
See [class@Gtk.ColorDialogButton] for a convenient control that uses `GtkColorDialog` and presents the results.