Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ paint
Method
paint
src/RendererBase.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void RendererBase::paint(const std::shared_ptr<Frame> & frame)
25
{
26
if (frame)
27
this->render(frame->GetImage());
28
}
Callers
1
run
Method · 0.80
Calls
2
render
Method · 0.80
GetImage
Method · 0.80
Tested by
no test coverage detected