28 #ifndef OPENSHOT_HUE_EFFECT_H
29 #define OPENSHOT_HUE_EFFECT_H
31 #include "../EffectBase.h"
37 #include "../KeyFrame.h"
55 void init_effect_details();
78 std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, int64_t frame_number);
82 void SetJson(
string value);
83 Json::Value JsonValue();
84 void SetJsonValue(Json::Value root);
88 string PropertiesJSON(int64_t requested_frame);
Keyframe hue
Shift the hue coordinates (left or right)
This abstract class is the base class, used by all effects in libopenshot.
This class shifts the hue of an image, and can be animated with openshot::Keyframe curves over time...
A Keyframe is a collection of Point instances, which is used to vary a number or property over time...