Gimp.Image.prototype.grid_get_foreground_color
function grid_get_foreground_color(): [ok: Boolean, fgcolor: Gimp.RGB] {
// Gjs 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
- ok
TRUE on success.
- fgcolor
The image's grid foreground color.