Gimp.Channel.copy

@accepts(Gimp.Channel)
@returns(Gimp.Channel)
def copy(self):
    # Python wrapper for gimp_channel_copy()
  

Copy a channel.

This procedure copies the specified channel and returns the copy. The new channel still needs to be added to the image, as this is not automatic. Add the new channel with Gimp.Image.insert_channel.

self

The channel to copy.

Returns