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