Added 2 new effects: Brightness and Contrast, and Saturation. Both effects implement keyframe curves, and can be animated.

This commit is contained in:
Jonathan Thomas
2015-08-16 22:58:07 -05:00
parent 8fa2ab71c5
commit 45f31bbabf
9 changed files with 622 additions and 1 deletions

View File

@@ -45,10 +45,12 @@ Json::Value EffectInfo::JsonValue() {
Json::Value root;
// Append info JSON from each supported effect
root.append(Brightness().JsonInfo());
root.append(ChromaKey().JsonInfo());
root.append(Deinterlace().JsonInfo());
root.append(Mask().JsonInfo());
root.append(Negate().JsonInfo());
root.append(Saturation().JsonInfo());
// return JsonValue
return root;