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

Method UseCustomMaskBlend

src/effects/Pixelate.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool Pixelate::UseCustomMaskBlend(int64_t frame_number) const {
95 (void) frame_number;
96 return mask_mode == PIXELATE_MASK_VARY_STRENGTH;
97}
98
99void Pixelate::ApplyCustomMaskBlend(std::shared_ptr<QImage> original_image, std::shared_ptr<QImage> effected_image,
100 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