Gimp.context_set_paint_mode
@accepts(Gimp.LayerMode)
@returns(bool)
def context_set_paint_mode(paint_mode):
# Python wrapper for gimp_context_set_paint_mode()
Set the paint mode.
Modifies the paint_mode setting.
Since 2.2
- paint_mode
The paint mode.
- Returns