Gimp.brush_set_spacing

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

Sets the brush spacing.

This procedure modifies the spacing setting for the specified brush. The value should be a integer between 0 and 1000.

Since 2.4

name

The brush name.

spacing

The brush spacing.

Returns