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

Method Wave

src/effects/Wave.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
19Wave::Wave() : wavelength(0.06), amplitude(0.3), multiplier(0.2), shift_x(0.0), speed_y(0.2) {
20 // Init effect properties
21 init_effect_details();
22}
23
24// Default constructor
25Wave::Wave(Keyframe wavelength, Keyframe amplitude, Keyframe multiplier, Keyframe shift_x, Keyframe speed_y)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected