Gimp.gradient_segment_get_left_pos
function gradient_segment_get_left_pos(name: String, segment: Number(gint)): [ok: Boolean, pos: Number(gdouble)] {
// Gjs wrapper for gimp_gradient_segment_get_left_pos()
}
Retrieves the left endpoint position of the specified segment
This procedure retrieves the left endpoint 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.
- ok
TRUE on success.
- pos
The return position.