Gtk.ColorSelection.prototype.set_current_rgba

function set_current_rgba(rgba:Gdk.RGBA):void {
    // Gjs wrapper for gtk_color_selection_set_current_rgba()
}

Sets the current color to be rgba.

The first time this is called, it will also set the original color to be rgba too.

Since 3.0

rgba

A Gdk.RGBA to set the current color with