| 400 | } |
| 401 | |
| 402 | unsigned 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 | |
| 407 | int HyperHdrInstance::getLedCount() const |
| 408 | { |
no test coverage detected