| 129 | } |
| 130 | |
| 131 | bool Brightness::UseCustomMaskBlend(int64_t frame_number) const { |
| 132 | (void) frame_number; |
| 133 | return mask_mode == BRIGHTNESS_MASK_VARY_STRENGTH; |
| 134 | } |
| 135 | |
| 136 | void Brightness::ApplyCustomMaskBlend(std::shared_ptr<QImage> original_image, std::shared_ptr<QImage> effected_image, |
| 137 | std::shared_ptr<QImage> mask_image, int64_t frame_number) const { |
nothing calls this directly
no outgoing calls
no test coverage detected