Gimp.context_set_brush_spacing

@accepts(float)
@returns(bool)
def context_set_brush_spacing(spacing):
    # Python wrapper for gimp_context_set_brush_spacing()
  

Set brush spacing as percent of size.

Set the brush spacing as percent of size for brush based paint tools.

Since 2.10

spacing

Brush spacing as fraction of size.

Returns