Flat curve editor widget, HSV tool modified to use it.
Usage : - click & drag a control point to move it in X&Y direction - click & drag a vertical line to move it in horizontal or vertical direction (the very first move will be used to determine the motion direction) - click & drag the yellow or blue square handle to modify the tangent of the same color
This commit is contained in:
@@ -40,7 +40,7 @@ LCurve::LCurve () : Gtk::VBox(), FoldableToolPanel(this), brAdd(false), contrAdd
|
||||
hsep3->show ();
|
||||
pack_start (*hsep3);
|
||||
|
||||
shape = Gtk::manage (new CurveEditor ());
|
||||
shape = Gtk::manage (new DiagonalCurveEditor ());
|
||||
shape->show ();
|
||||
shape->setCurveListener (this);
|
||||
|
||||
|
Reference in New Issue
Block a user