Gtk.ColorSelection.prototype.set_current_color
function set_current_color(color:Gdk.Color):void {
// Gjs wrapper for gtk_color_selection_set_current_color()
}Sets the current color to be color.
The first time this is called, it will also set the original color to be color too.
- color
a Gdk.Color to set the current color with