Gimp.context_set_brush_spacing
function context_set_brush_spacing(spacing: Number(gdouble)): Boolean {
// Gjs 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
TRUE on success.