Gimp.brush_get_angle
@accepts(unicode)
@returns(float)
def brush_get_angle(name):
# Python wrapper for gimp_brush_get_angle()
Gets the rotation angle of a generated brush.
This procedure gets the angle of rotation for a generated brush. If called for any other type of brush, it does not succeed.
Since 2.4
- name
The brush name.
- Returns