gimp_palette_set_default_colors << INDEX >> gimp_palette_swap_colors

gimp_palette_set_foreground (1995-1996)

NAME
gimp_palette_set_foreground - Set the current GIMP foreground color.
SYNOPSIS
gimp_palette_set_foreground (foreground)
DESCRIPTION
This procedure sets the current GIMP foreground color. After this is set, operations which use foreground such as paint tools, blending, and bucket fill will use the new value.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
COLOURforegroundThe foreground color
SOME SYNTAX ALTERNATIVES
Palette->set_foreground (foreground)
Gimp->palette_set_foreground (foreground)
palette_set_foreground Layer (foreground)
palette_set_foreground Image (foreground)
palette_set_foreground Channel (foreground)
palette_set_foreground Display (foreground)
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>