Gimp.LayerMask¶
- Subclasses:
None
Methods¶
- Inherited:
Gimp.Channel (11), Gimp.Drawable (55), Gimp.Item (55), GObject.Object (37)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gimp.LayerMask(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod get_by_id(layer_mask_id)¶
- Parameters:
layer_mask_id (
int
) – The layer_mask id.- Returns:
a
Gimp.LayerMask
for layer_mask_id orNone
if layer_mask_id does not represent a valid layer_mask. The object belongs to libgimp and you must not modify or unref it.- Return type:
Returns a
Gimp.LayerMask
representing layer_mask_id. This function callsGimp.Item.get_by_id
() and returns the item if it is layer_mask orNone
otherwise.New in version 3.0.