Optional override for effects that need custom mask behavior.
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected