Gimp.DrawableFilter.get_opacity
@accepts(Gimp.DrawableFilter)
@returns(float)
def get_opacity(self):
# Python wrapper for gimp_drawable_filter_get_opacity()
Get the opacity of the specified filter.
This procedure returns the specified filter's opacity.
Since 3.0
- self
The filter.
- Returns