| gimp_palette_get_background | Get the current GIMP background color. |
| gimp_palette_get_foreground | Get the current GIMP foreground color. |
| gimp_palette_refresh | Refreshes current palettes. |
| gimp_palette_set_background | Set the current GIMP background color. |
| gimp_palette_set_default_colors | Set the current GIMP foreground and background colors to black and white. |
| gimp_palette_set_foreground | Set the current GIMP foreground color. |
| gimp_palette_swap_colors | Swap the current GIMP foreground and background colors. |
| plug_in_smooth_palette | derive smooth palette from image |
| COLOR | background | The background color |
gimp_palette_get_foreground
Input: none
Returns:
| COLOR | foreground | The foreground color |
gimp_palette_refresh
Input: none
Returns: nothing
This procedure incorporates all palettes currently in the users palette path.
Adrian Likins; 1998
gimp_palette_set_background
Input:
| COLOR | background | The background color |
gimp_palette_set_default_colors
Input: none
Returns: nothing
This procedure sets the current GIMP foreground and background colors to their initial default values, black and white.
Spencer Kimball & Peter Mattis; 1995-1996
gimp_palette_set_foreground
Input:
| COLOR | foreground | The foreground color |
gimp_palette_swap_colors
Input: none
Returns: nothing
This procedure swaps the current GIMP foreground and background colors, so that the new foreground color becomes the old background color and vice versa.
Spencer Kimball & Peter Mattis; 1995-1996
plug_in_smooth_palette
Input:
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Input image (unused) |
| DRAWABLE | drawable | Input drawable |
| INT32 | width | Width |
| INT32 | height | Height |
| INT32 | ntries | Search Time |
| INT32 | show_image | Show Image? |
| IMAGE | new_image | Output image |
| LAYER | new_layer | Output layer |
| The Gimp 1.2.5 (win32) | Documentation fresh from PDB | 12:10:13 Do 19.06.03 |
| Generated by pdb2doc.py written by Hans Breuer <Hans(at)Breuer.org> | ||