Gimp.Image.remove_channel

@accepts(Gimp.Image, Gimp.Channel)
@returns(bool)
def remove_channel(self, channel):
    # Python wrapper for gimp_image_remove_channel()
  

Remove the specified channel from the image.

This procedure removes the specified channel from the image. If the channel doesn't exist, an error is returned.

self

The image.

channel

The channel.

Returns