Gimp.context_set_ink_blob_angle

@accepts(float)
@returns(bool)
def context_set_ink_blob_angle(angle):
    # Python wrapper for gimp_context_set_ink_blob_angle()
  

Set ink blob angle in degrees.

Set the ink blob angle in degrees for ink tool.

Since 2.8

angle

ink blob angle in degrees.

Returns