Gimp.brush_get_spacing
function brush_get_spacing(name: String): [ok: Boolean, spacing: Number(gint)] {
// Gjs 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.
- ok
TRUE on success.
- spacing
The brush spacing.