Method
GimpImagegrid_set_background_color
since: 2.4
Declaration [src]
gboolean
gimp_image_grid_set_background_color (
GimpImage* image,
const GimpRGB* bgcolor
)
Description [src]
Gets the background color of an image’s grid.
This procedure sets the background color of an image’s grid.
Available since: 2.4
Parameters
bgcolor
-
Type:
GimpRGB
The new background color.
The data is owned by the caller of the function.