Gimp.Item.is_channel
@accepts(Gimp.Item)
@returns(bool)
def is_channel(self):
# Python wrapper for gimp_item_is_channel()
Returns whether the item is a channel.
This procedure returns TRUE if the specified item is a channel.
Since 2.8
- self
The item.
- Returns