Gimp.context_set_brush_angle
@accepts(float)
@returns(bool)
def context_set_brush_angle(angle):
# Python wrapper for gimp_context_set_brush_angle()
Set brush angle in degrees.
Set the angle in degrees for brush based paint tools.
Since 2.8
- angle
Angle in degrees.
- Returns