[ CCode ( type_cname = "GtkColorChooserInterface" , type_id = "gtk_color_chooser_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "4.10" ) ]
public interface ColorChooser : Object
Warning: ColorChooser is deprecated since 4.10.
`GtkColorChooser` is an interface that is implemented by widgets for choosing colors.
Use [class@Gtk.ColorDialog] and [class@Gtk.ColorDialogButton] instead of widgets implementing `GtkColorChooser`
Depending on the situation, colors may be allowed to have alpha (translucency).
In GTK, the main widgets that implement this interface are [class@Gtk.ColorChooserWidget], [class@Gtk.ColorChooserDialog] and [ class@Gtk.ColorButton].