OpenShot Library | libopenshot
0.2.2
|
Go to the documentation of this file.
28 #ifndef OPENSHOT_COLOR_SHIFT_EFFECT_H
29 #define OPENSHOT_COLOR_SHIFT_EFFECT_H
31 #include "../EffectBase.h"
37 #include "../KeyFrame.h"
56 void init_effect_details();
92 std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, int64_t frame_number);
96 void SetJson(
string value);
97 Json::Value JsonValue();
98 void SetJsonValue(Json::Value root);
102 string PropertiesJSON(int64_t requested_frame);
Keyframe alpha_y
Shift the Alpha Y coordinates (up or down)
Keyframe red_x
Shift the Red X coordinates (left or right)
This abstract class is the base class, used by all effects in libopenshot.
This namespace is the default namespace for all code in the openshot library.
Keyframe green_x
Shift the Green X coordinates (left or right)
Keyframe blue_x
Shift the Blue X coordinates (left or right)
Keyframe alpha_x
Shift the Alpha X coordinates (left or right)
Keyframe red_y
Shift the Red Y coordinates (up or down)
Keyframe green_y
Shift the Green Y coordinates (up or down)
A Keyframe is a collection of Point instances, which is used to vary a number or property over time.
This class shifts the pixels of an image up, down, left, or right, and can be animated with openshot:...
Keyframe blue_y
Shift the Blue Y coordinates (up or down)