GimpUi.ColorSelection.prototype.set_color

function set_color(color: Gimp.RGB): void {
    // Gjs wrapper for gimp_color_selection_set_color()
}
  

Sets the GimpUi.ColorSelection's current color to the new color.

color

The color to set as current color.