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

Method setLedCount

sources/effects/Effect.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void Effect::setLedCount(int newCount)
214{
215 _ledCount = newCount;
216}
217
218int Effect::getPriority() const {
219 return _priority;

Callers 1

handlerSetLedsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected