Gimp.context_get_background

@accepts(Gimp.RGB)
@returns(bool)
def context_get_background(background):
    # Python wrapper for gimp_context_get_background()
  

Get the current GIMP background color.

This procedure 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

background

The background color.

Returns