Gimp.brush_set_radius

function brush_set_radius(name: String, radius_in: Number(gdouble)): Number(gdouble) {
    // Gjs 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

The brush radius actually assigned.