Gimp.Layer.get_lock_alpha

@accepts(Gimp.Layer)
@returns(bool)
def get_lock_alpha(self):
    # Python wrapper for gimp_layer_get_lock_alpha()
  

Get the lock alpha channel setting of the specified layer.

This procedure returns the specified layer's lock alpha channel setting.

self

The layer.

Returns