Gimp.Image.prototype.grid_set_foreground_color

function grid_set_foreground_color(fgcolor: Gegl.Color): Boolean {
    // Gjs wrapper for gimp_image_grid_set_foreground_color()
}
  

Gets the foreground color of an image's grid.

This procedure sets the foreground color of an image's grid.

Since 2.4

fgcolor

The new foreground color.

Returns

TRUE on success.