Function

Gimpgradient_segment_set_middle_pos

since: 2.2

Declaration [src]

gboolean
gimp_gradient_segment_set_middle_pos (
  const gchar* name,
  gint segment,
  gdouble pos,
  gdouble* final_pos
)

Description [src]

Sets the middle point position of the specified segment

This procedure sets the middle point position of the specified segment of the specified gradient. The final position will be between the two endpoints of the segment. This procedure returns the final position.

Available since: 2.2

Parameters

name

Type: const gchar*

The gradient name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
segment

Type: gint

The index of the segment within the gradient.

pos

Type: gdouble

The position to set the guidepoint to.

final_pos

Type: gdouble*

The return position.

The argument will be set by the function.

Return value

Type: gboolean

TRUE on success.