GimpUi.ColorArea.prototype.set_color

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

Sets area to a different color.

color

Pointer to a Gimp.RGB struct that defines the new color.