Gimp.context_set_ink_blob_type
@accepts(Gimp.InkBlobType)
@returns(bool)
def context_set_ink_blob_type(type):
# Python wrapper for gimp_context_set_ink_blob_type()
Set ink blob type.
Set the ink blob type for ink tool.
Since 2.8
- type
Ink blob type.
- Returns