Gimp.context_set_background
function context_set_background(background: Gimp.RGB): Boolean {
// Gjs wrapper for gimp_context_set_background()
}
Set the current GIMP background color.
This procedure sets the current GIMP background color. After this is set, operations which use background such as blending, filling images, clearing, and erasing (in non-alpha images) will use the new value.
Since 2.2
- background
The background color.
- Returns
TRUE on success.