gimp_palette_get_background << INDEX >>
gimp_palette_refresh
gimp_palette_get_foreground (1995-1996)
- NAME
- gimp_palette_get_foreground - Get the current GIMP foreground color.
- SYNOPSIS
- foreground = gimp_palette_get_foreground
- DESCRIPTION
- This procedure retrieves the current GIMP foreground color. The foreground color is used in a variety of tools such as paint tools, blending, and bucket fill.
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| COLOUR | foreground | The foreground color |
- SOME SYNTAX ALTERNATIVES
- foreground = Palette->get_foreground
foreground = Gimp->palette_get_foreground
foreground = palette_get_foreground Layer
foreground = palette_get_foreground Image
foreground = palette_get_foreground Channel
foreground = palette_get_foreground 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>