gimp_drawable_mask_bounds << INDEX >> gimp_drawable_offsets

gimp_drawable_merge_shadow (1995-1996)

NAME
gimp_drawable_merge_shadow - Merge the shadow buffer with the specified drawable.
SYNOPSIS
gimp_drawable_merge_shadow (drawable,undo)
DESCRIPTION
This procedure combines the contents of the image's shadow buffer (for temporary processing) with the specified drawable. The "undo" parameter specifies whether to add an undo step for the operation. Requesting no undo is useful for such applications as 'auto-apply'.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable
INT32undoPush merge to undo stack?
SOME SYNTAX ALTERNATIVES
$drawable->merge_shadow (undo)
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>