Gimp.brush_set_radius
@accepts(unicode, float)
@returns(float)
def brush_set_radius(name, radius_in):
# Python wrapper for gimp_brush_set_radius()
Sets the radius of a generated brush.
This procedure sets the radius for a generated brush. If called for any other type of brush, it does not succeed.
Since 2.4
- name
The brush name.
- radius_in
The desired brush radius in pixel.
- Returns