Gimp.context_set_gradient_blend_color_space
@accepts(Gimp.GradientBlendColorSpace)
@returns(bool)
def context_set_gradient_blend_color_space(blend_color_space):
# Python wrapper for gimp_context_set_gradient_blend_color_space()
Set the gradient blend color space.
Set the gradient blend color space for paint tools and the gradient tool.
Since 2.10
- blend_color_space
Blend color space.
- Returns