Gimp.Image.list_selected_channels
@accepts(Gimp.Image)
@returns([Gimp.Channel])
def list_selected_channels(self):
# Python wrapper for gimp_image_list_selected_channels()
Returns the list of channels selected in the specified image.
This procedure returns the list of channels selected in the specified image.
Since 3.0
- self
The image.
- Returns