You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added 2 new effects: Brightness and Contrast, and Saturation. Both effects implement keyframe curves, and can be animated.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user