Gimp.Gradient.prototype.segment_get_left_pos

function segment_get_left_pos(segment: Number(gint)): [ok: Boolean, pos: Number(gdouble)] {
    // Gjs wrapper for gimp_gradient_segment_get_left_pos()
}
  

Gets the left endpoint position of a segment

Gets the position of the left endpoint of the segment of the gradient. Returns an error when the segment index is out of range.

Since 2.2

segment

The index of a segment within the gradient.

ok

TRUE on success.

pos

The return position.