Gimp.context_set_ink_size

@accepts(float)
@returns(bool)
def context_set_ink_size(size):
    # Python wrapper for gimp_context_set_ink_size()
  

Set ink blob size in pixels.

Set the ink blob size in pixels for ink tool.

Since 2.8

size

ink blob size in pixels.

Returns