| 34 | } |
| 35 | |
| 36 | bool Saturation::UseCustomMaskBlend(int64_t frame_number) const { |
| 37 | (void) frame_number; |
| 38 | return mask_mode == SATURATION_MASK_DRIVE_AMOUNT; |
| 39 | } |
| 40 | |
| 41 | void Saturation::ApplyCustomMaskBlend(std::shared_ptr<QImage> original_image, std::shared_ptr<QImage> effected_image, |
| 42 | std::shared_ptr<QImage> mask_image, int64_t frame_number) const { |
nothing calls this directly
no outgoing calls
no test coverage detected