| 94 | } |
| 95 | |
| 96 | bool Hue::UseCustomMaskBlend(int64_t frame_number) const { |
| 97 | (void) frame_number; |
| 98 | return mask_mode == HUE_MASK_VARY_STRENGTH; |
| 99 | } |
| 100 | |
| 101 | void Hue::ApplyCustomMaskBlend(std::shared_ptr<QImage> original_image, std::shared_ptr<QImage> effected_image, |
| 102 | std::shared_ptr<QImage> mask_image, int64_t frame_number) const { |
nothing calls this directly
no outgoing calls
no test coverage detected