Class
GeglCurve
Constructors
gegl_curve_new_default
Create a default GeglCurve
with an identify mapping of
(0.0..1.0) -> (0.0..1.0).
Instance methods
gegl_curve_add_point
Add a point to the curve at x
y
(replacing the value exactly for x
if it
already exists.
gegl_curve_get_y_bounds
Get the bounds on the values of the curve and store the values in
the return locaitons provided in min_y
and max_y
.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.