Gimp.Image.unset_active_channel

@accepts(Gimp.Image)
@returns(bool)
def unset_active_channel(self):
    # Python wrapper for gimp_image_unset_active_channel()
  

Unsets the active channel in the specified image.

If an active channel exists, it is unset. There then exists no active channel, and if desired, one can be set through a call to 'Set Active Channel'. No error is returned in the case of no existing active channel.

self

The image.

Returns