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

Method addEffectConfig

sources/base/HyperHdrInstance.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402unsigned HyperHdrInstance::addEffectConfig(unsigned id, int settlingTime_ms, double ledUpdateFrequency_hz, bool pause)
403{
404 return _smoothing->AddEffectConfig(id, settlingTime_ms, ledUpdateFrequency_hz, pause);
405}
406
407int HyperHdrInstance::getLedCount() const
408{

Callers 1

Calls 1

AddEffectConfigMethod · 0.80

Tested by

no test coverage detected