Optional override for effects with custom mask implementation.
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected