Gimp.Brush.prototype.get_radius
function get_radius(): [ok: Boolean, radius: Number(gdouble)] {
// Gjs wrapper for gimp_brush_get_radius()
}
Gets the radius of a generated brush.
Gets the radius of a generated brush. Returns an error when called for a non-parametric brush.
Since 2.4
- ok
TRUE on success.
- radius
The radius of the brush in pixels.