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

Function make_input_frame

tests/EffectMask.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124};
125
126static std::shared_ptr<Frame> make_input_frame(int64_t number, int width = 2, int height = 1) {
127 auto frame = std::make_shared<Frame>(number, width, height, "#00000000");
128 frame->GetImage()->fill(QColor(64, 64, 64, 255));
129 return frame;
130}
131
132TEST_CASE("EffectBase common mask blend applies to ProcessFrame", "[effect][mask][base]") {
133 auto frame = std::make_shared<Frame>(1, 4, 1, "#000000");

Callers 1

EffectMask.cppFile · 0.85

Calls 1

GetImageMethod · 0.80

Tested by

no test coverage detected