Gimp.brush_get_spikes
@accepts(unicode)
@returns(int)
def brush_get_spikes(name):
# Python wrapper for gimp_brush_get_spikes()
Gets the number of spikes for a generated brush.
This procedure gets the number of spikes for a generated brush. If called for any other type of brush, it does not succeed.
Since 2.4
- name
The brush name.
- Returns