gimp_paintbrush_default << INDEX >>
gimp_palette_get_foreground
gimp_palette_get_background (1995-1996)
- NAME
- gimp_palette_get_background - Get the current GIMP background color.
- SYNOPSIS
- background = gimp_palette_get_background
- DESCRIPTION
- This procedure retrieves 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.
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| COLOUR | background | The background color |
- SOME SYNTAX ALTERNATIVES
- background = Palette->get_background
background = Gimp->palette_get_background
background = palette_get_background Layer
background = palette_get_background Image
background = palette_get_background Channel
background = palette_get_background Display
- AUTHOR
- Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis
This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>