gimp_image_active_drawable << INDEX >>
gimp_image_add_hguide
gimp_image_add_channel (1995-1996)
- NAME
- gimp_image_add_channel - Add the specified channel to the image.
- SYNOPSIS
- gimp_image_add_channel (image,channel,position)
- DESCRIPTION
- This procedure adds the specified channel to the image. The position channel is not currently used, so the channel is always inserted at the top of the channel stack.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
| CHANNEL | channel | The channel |
| INT32 | position | The channel position |
- SOME SYNTAX ALTERNATIVES
- $image->add_channel (channel,position)
- 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>