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

Method UseCustomMaskBlend

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

Optional override for effects that need custom mask behavior.

Source from the content-addressed store, hash-verified

91
92 /// Optional override for effects that need custom mask behavior.
93 virtual bool UseCustomMaskBlend(int64_t frame_number) const { return false; }
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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected