Gimp.brush_set_spacing

function brush_set_spacing(name: String, spacing: Number(gint)): Boolean {
    // Gjs 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

TRUE on success.