Gimp.context_set_gradient_reverse
@accepts(bool)
@returns(bool)
def context_set_gradient_reverse(reverse):
# Python wrapper for gimp_context_set_gradient_reverse()
Set the gradient reverse setting.
Set the gradient reverse setting for paint tools and the gradient tool.
Since 2.10
- reverse
Reverse.
- Returns