Gimp.Image.grid_set_background_color
@accepts(Gimp.Image, Gegl.Color)
@returns(bool)
def grid_set_background_color(self, bgcolor):
# Python 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
- self
The image.
- bgcolor
The new background color.
- Returns