Method
GimpGradientsegment_set_left_color
since: 2.2
Declaration [src]
gboolean
gimp_gradient_segment_set_left_color (
GimpGradient* gradient,
gint segment,
GeglColor* color
)
Description [src]
Sets the left endpoint color of a segment
Sets the color of the left endpoint the indexed segment of the
gradient. The alpha channel of the GeglColor
is taken into
account.
Returns an error when gradient is not editable or index is out of range.
Available since: 2.2
Parameters
segment
-
Type:
gint
The index of a segment within the gradient.
color
-
Type:
GeglColor
The color to set.
The data is owned by the caller of the function.