gimp_image_free_shadow << INDEX >>
gimp_image_get_active_layer
gimp_image_get_active_channel (1995-1996)
- NAME
- gimp_image_get_active_channel - Returns the specified image's active channel.
- SYNOPSIS
- active_channel = gimp_image_get_active_channel (image)
- DESCRIPTION
- If there is an active channel, this will return the channel ID, otherwise, -1.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| CHANNEL | active_channel | The active channel |
- SOME SYNTAX ALTERNATIVES
- active_channel = $image->get_active_channel
- 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>