Gimp.gradient_segment_get_middle_pos

@accepts(unicode, int, float)
@returns(bool)
def gradient_segment_get_middle_pos(name, segment, pos):
    # Python wrapper for gimp_gradient_segment_get_middle_pos()
  

Retrieves the middle point position of the specified segment

This procedure retrieves the middle point position of the specified segment of the specified gradient.

Since 2.2

name

The gradient name.

segment

The index of the segment within the gradient.

pos

The return position.

Returns