Gimp.gradient_segment_get_blending_function

@accepts(unicode, int, Gimp.GradientSegmentType)
@returns(bool)
def gradient_segment_get_blending_function(name, segment, blend_func):
    # Python wrapper for gimp_gradient_segment_get_blending_function()
  

Retrieves the gradient segment's blending function

This procedure retrieves the blending function of the segment at the specified gradient name and segment index.

Since 2.2

name

The gradient name.

segment

The index of the segment within the gradient.

blend_func

The blending function of the segment.

Returns