Gimp.context_get_background
function context_get_background(): Gegl.Color {
// Gjs wrapper for gimp_context_get_background()
}
Get the current GIMP background color.
Returns the current GIMP background color. The background color is used in a variety of tools such as blending, erasing (with non-alpha images), and image filling.
Since 2.2
- Returns
The background color.