Gimp.Image.grid_get_foreground_color

@accepts(Gimp.Image, Gimp.RGB)
@returns(bool)
def grid_get_foreground_color(self, fgcolor):
    # Python wrapper for gimp_image_grid_get_foreground_color()
  

Sets the foreground color of an image's grid.

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

Since 2.4

self

The image.

fgcolor

The image's grid foreground color.

Returns