Gimp.Image.prototype.grid_set_background_color
function grid_set_background_color(bgcolor: Gegl.Color): Boolean {
// Gjs wrapper for gimp_image_grid_set_background_color()
}
Gets the background color of an image's grid.
This procedure sets the background color of an image's grid.
Since 2.4
- bgcolor
The new background color.
- Returns
TRUE on success.