gimp_image_scale << INDEX >> gimp_image_set_active_layer

gimp_image_set_active_channel (1995-1996)

NAME
gimp_image_set_active_channel - Sets the specified image's active channel.
SYNOPSIS
gimp_image_set_active_channel (image,active_channel)
DESCRIPTION
If the channel exists, it is set as the active channel in the image. Any previous active channel or channel is set to inactive. An exception is a previously existing floating selection, in which case this procedure will return an execution error.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
CHANNELactive_channelThe new image active channel
SOME SYNTAX ALTERNATIVES
$image->set_active_channel (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>