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

Method UseCustomMaskBlend

src/effects/Blur.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool Blur::UseCustomMaskBlend(int64_t frame_number) const {
96 (void) frame_number;
97 return mask_mode == BLUR_MASK_DRIVE_AMOUNT;
98}
99
100void Blur::ApplyCustomMaskBlend(std::shared_ptr<QImage> original_image, std::shared_ptr<QImage> effected_image,
101 std::shared_ptr<QImage> mask_image, int64_t frame_number) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected