gimp_hue_saturation << INDEX >> gimp_image_add_channel

gimp_image_active_drawable (1995-1996)

NAME
gimp_image_active_drawable - Get the image's active drawable
SYNOPSIS
drawable = gimp_image_active_drawable (image)
DESCRIPTION
This procedure returns the ID of the image's active drawable. This can be either a layer, a channel, or a layer mask. The active drawable is specified by the active image channel. If that is -1, then by the active image layer. If the active image layer has a layer mask and the layer mask is in edit mode, then the layer mask is the active drawable.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
RETURN VALUES
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe active drawable
SOME SYNTAX ALTERNATIVES
drawable = $image->active_drawable
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>