gimp-image-insert-channel

Spencer Kimball & Peter Mattis

Description

Add the specified channel to the image.

Help

This procedure adds the specified channel to the image at the given position. Since channel groups are not currently supported, the parent argument must always be 0. The position argument specifies the location of the channel inside the stack, starting from the top (0) and increasing. If the position is specified as -1, then the channel is inserted above the active channel.


Type

unknown

Parameters

Type Name Description
PF_IMAGE image The image
PF_CHANNEL channel The channel
PF_CHANNEL parent The parent channel
PF_INT position The channel position

Return

None