MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / imageShow

Method imageShow

sources/effects/Effect.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void Effect::imageShow(int left)
194{
195 Image<ColorRgb> image = _image.renderImage();
196
197 emit SignalSetImage(_priority, image, left, false);
198}
199
200void Effect::visiblePriorityChanged(quint8 priority)
201{

Callers

nothing calls this directly

Calls 1

renderImageMethod · 0.80

Tested by

no test coverage detected