Gimp.brush_get_radius

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

The radius of the brush in pixels.