Method

GeglCurveset_point

Declaration [src]

void
gegl_curve_set_point (
  GeglCurve* curve,
  guint index,
  gdouble x,
  gdouble y
)

Description [src]

Replace an existing point in a curve.

Parameters

index guint
 

The position of the value number to retrieve.

x gdouble
 

X coordinate.

y gdouble
 

Y coordinate.