gimp-gradient-segment-set-left-color

Shlomi Fish <shlomif@iglu.org.il>

Description

Sets the left endpoint color of the specified segment

Help

This procedure sets the left endpoint color of the specified segment of the specified gradient.


Type

unknown

Parameters

Type Name Description
PF_VALUE name The gradient name
PF_INT segment The index of the segment within the gradient (segment >= 0)
PF_COLOUR color The color to set
PF_FLOAT opacity The opacity to set for the endpoint (0 <= opacity <= 100)

Return

None