Method

GeglCurveadd_point

Declaration [src]

guint
gegl_curve_add_point (
  GeglCurve* curve,
  gdouble x,
  gdouble y
)

Description [src]

Add a point to the curve at x y (replacing the value exactly for x if it already exists.

Parameters

x gdouble
 

X coordinate.

y gdouble
 

Y coordinate.

Return value

Returns: guint
  No description available.