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

Method ApplyCustomMaskBlend

src/EffectBase.h:96–97  ·  view source on GitHub ↗

Optional override for effects with custom mask implementation.

Source from the content-addressed store, hash-verified

94
95 /// Optional override for effects with custom mask implementation.
96 virtual void ApplyCustomMaskBlend(std::shared_ptr<QImage> original_image, std::shared_ptr<QImage> effected_image,
97 std::shared_ptr<QImage> mask_image, int64_t frame_number) const {}
98
99 /// Optional override for effects that apply mask processing inside GetFrame().
100 virtual bool HandlesMaskInternally() const { return false; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected