Gimp.Brush.get_radius

@accepts(Gimp.Brush, float)
@returns(bool)
def get_radius(self, radius):
    # Python 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

self

The brush.

radius

The radius of the brush in pixels.

Returns