Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.38 KB

File metadata and controls

32 lines (20 loc) · 1.38 KB

GUI-CurveEditor

-

This application allows to create and manipulate Bezier curves. Users can add, move, or remove control points to change the shape of the curve.

CurveEditor.mov

RGBA Color Generation: Red Square

Application generates an RGBA (Red, Green, Blue, Alpha) colour of a square - color based on the graph of the Bezier curve.

Curve Types: Right Arrow Curving Down

Application supports switching between three types of curves:
  • Linear
  • Bézier Quadratic
  • Bézier Cubic

Created using: Wrench

  • WPF
  • C#

image