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

Method channelCleared

sources/effects/EffectEngine.cpp:196–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void EffectEngine::channelCleared(int priority)
197{
198 for (auto&& effect : _activeEffects)
199 {
200 if (effect->getPriority() == priority)
201 {
202 effect->requestInterruption();
203 }
204 }
205}
206
207void EffectEngine::allChannelsCleared()
208{

Callers 4

setInputLedsMethod · 0.80
setInputImageMethod · 0.80
setColorMethod · 0.80
clearMethod · 0.80

Calls 2

getPriorityMethod · 0.80
requestInterruptionMethod · 0.80

Tested by

no test coverage detected