Gimp.Layer.get_opacity
@accepts(Gimp.Layer)
@returns(float)
def get_opacity(self):
# Python wrapper for gimp_layer_get_opacity()
Get the opacity of the specified layer.
This procedure returns the specified layer's opacity.
- self
The layer.
- Returns