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

Method Mask

src/effects/Mask.cpp:24–27  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

22
23/// Blank constructor, useful when using Json to load the effect properties
24Mask::Mask() : replace_image(false), fade_audio_hint(false) {
25 // Init effect properties
26 init_effect_details();
27}
28
29// Default constructor
30Mask::Mask(ReaderBase *mask_reader, Keyframe mask_brightness, Keyframe mask_contrast) :

Callers 1

Calls 1

JsonValueMethod · 0.45

Tested by

no test coverage detected