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