Gimp.Item.is_layer_mask

@accepts(Gimp.Item)
@returns(bool)
def is_layer_mask(self):
    # Python wrapper for gimp_item_is_layer_mask()
  

Returns whether the item is a layer mask.

This procedure returns TRUE if the specified item is a layer mask.

Since 2.8

self

The item.

Returns