Gimp.Item.id_is_layer_mask
@accepts(int)
@returns(bool)
def id_is_layer_mask(item_id):
# Python wrapper for gimp_item_id_is_layer_mask()
Returns whether the item ID is a layer mask.
This procedure returns TRUE if the specified item ID is a layer mask.
Since 3.0
- item_id
The item.
- Returns