Gimp.Layer.set_lock_alpha
@accepts(Gimp.Layer, bool)
@returns(bool)
def set_lock_alpha(self, lock_alpha):
# Python wrapper for gimp_layer_set_lock_alpha()
Set the lock alpha channel setting of the specified layer.
This procedure sets the specified layer's lock alpha channel setting.
- self
The layer.
- lock_alpha
The new layer's lock alpha channel setting.
- Returns