MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Shift

Method Shift

src/effects/Shift.cpp:19–22  ·  view source on GitHub ↗

Blank constructor, useful when using Json to load the effect properties

Source from the content-addressed store, hash-verified

17
18/// Blank constructor, useful when using Json to load the effect properties
19Shift::Shift() : x(0.0), y(0.0) {
20 // Init effect properties
21 init_effect_details();
22}
23
24// Default constructor
25Shift::Shift(Keyframe x, Keyframe y) : x(x), y(y)

Callers 2

GetFrameMethod · 0.45
FrameMapper.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected