28 #ifndef OPENSHOT_NEGATE_EFFECT_H
29 #define OPENSHOT_NEGATE_EFFECT_H
31 #include "../EffectBase.h"
40 #include "../Exceptions.h"
41 #include "../KeyFrame.h"
69 std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, int64_t frame_number);
73 void SetJson(
string value);
74 Json::Value JsonValue();
75 void SetJsonValue(Json::Value root);
78 string PropertiesJSON(int64_t requested_frame);