Gimp.brush_get_radius
@accepts(unicode)
@returns(float)
def brush_get_radius(name):
# Python wrapper for gimp_brush_get_radius()
Gets the radius of a generated brush.
This procedure gets the radius value for a generated brush. If called for any other type of brush, it does not succeed.
Since 2.4
- name
The brush name.
- Returns