Gimp.brush_duplicate
@accepts(unicode)
@returns(unicode)
def brush_duplicate(name):
# Python wrapper for gimp_brush_duplicate()
Duplicates a brush.
This procedure creates an identical brush by a different name.
Since 2.2
- name
The brush name.
- Returns