Gimp.gradient_segment_get_left_color
@accepts(unicode, int, Gimp.RGB, float)
@returns(bool)
def gradient_segment_get_left_color(name, segment, color, opacity):
# Python wrapper for gimp_gradient_segment_get_left_color()
Retrieves the left endpoint color of the specified segment
This procedure retrieves the left endpoint color of the specified segment of the specified gradient.
Since 2.2
- name
The gradient name.
- segment
The index of the segment within the gradient.
- color
The return color.
- opacity
The opacity of the endpoint.
- Returns