Gimp.context_set_ink_angle
@accepts(float)
@returns(bool)
def context_set_ink_angle(angle):
# Python wrapper for gimp_context_set_ink_angle()
Set ink angle in degrees.
Set the ink angle in degrees for ink tool.
Since 2.8
- angle
ink angle in degrees.
- Returns