Gimp.brush_get_spacing

@accepts(unicode, int)
@returns(bool)
def brush_get_spacing(name, spacing):
    # Python wrapper for gimp_brush_get_spacing()
  

Gets the brush spacing.

This procedure returns the spacing setting for the specified brush. The return value is an integer between 0 and 1000 which represents percentage of the maximum of the width and height of the mask.

Since 2.2

name

The brush name.

spacing

The brush spacing.

Returns