MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / copyPreviewImageBuffer

Method copyPreviewImageBuffer

Gui/NodeGui.cpp:1398–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398void
1399NodeGui::copyPreviewImageBuffer(const std::vector<unsigned int>& data,
1400 int width,
1401 int height)
1402{
1403 {
1404 QMutexLocker k(&_previewDataMutex);
1405 _previewData = data;
1406 _previewW = width;
1407 _previewH = height;
1408 }
1409 Q_EMIT previewImageComputed();
1410}
1411
1412bool
1413NodeGui::getOverlayColor(double* r,

Callers 1

threadLoopOnceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected