gimp_image_list << INDEX >>
gimp_image_lower_layer
gimp_image_lower_channel (1995-1996)
- NAME
- gimp_image_lower_channel - Lower the specified layer in the image's layer stack
- SYNOPSIS
- gimp_image_lower_channel (image,layer)
- DESCRIPTION
- This procedure lowers the specified layer one step in the existing layer stack. It will not move the layer if there is no layer below it, or the layer has no alpha channel.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
| LAYER | layer | The layer to lower |
- SOME SYNTAX ALTERNATIVES
- $image->lower_channel (layer)
- 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>