MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / UseCustomMaskBlend

Method UseCustomMaskBlend

src/effects/Saturation.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool Saturation::UseCustomMaskBlend(int64_t frame_number) const {
37 (void) frame_number;
38 return mask_mode == SATURATION_MASK_DRIVE_AMOUNT;
39}
40
41void 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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected