A component to manage and add more features to the Unity 5 Color Correction Curves image effect.The Color Correction Curves script from Unity only let you set one set of curves, which you cannot change easily on runtime.
This component let you define
two different set of curves, visually,
using the editor. Then you can
interpolate between those two curves dynamically, either using the editor, or at
runtime from your own scripts or GUI controls.
Demo Scene |
Example of application