gimp_palette_refresh << INDEX >> gimp_palette_set_default_colors

gimp_palette_set_background (1995-1996)

NAME
gimp_palette_set_background - Set the current GIMP background color.
SYNOPSIS
gimp_palette_set_background (background)
DESCRIPTION
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.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
COLOURbackgroundThe background color
SOME SYNTAX ALTERNATIVES
Palette->set_background (background)
Gimp->palette_set_background (background)
palette_set_background Layer (background)
palette_set_background Image (background)
palette_set_background Channel (background)
palette_set_background Display (background)
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>