Gimp.Image.prototype.grid_get_background_color

function grid_get_background_color(): [ok: Boolean, bgcolor: Gimp.RGB] {
    // Gjs wrapper for gimp_image_grid_get_background_color()
}
  

Sets the background color of an image's grid.

This procedure gets the background color of an image's grid.

Since 2.4

ok

TRUE on success.

bgcolor

The image's grid background color.