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

Method registerInput

sources/base/HyperHdrInstance.cpp:459–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void HyperHdrInstance::registerInput(int priority, hyperhdr::Components component, const QString& origin, const QString& owner, unsigned smooth_cfg)
460{
461 _muxer->registerInput(priority, component, origin, ColorRgb::BLACK, smooth_cfg, owner);
462}
463
464bool HyperHdrInstance::setInputLeds(int priority, const std::vector<ColorRgb>& ledColors, int timeout_ms, bool clearEffect)
465{

Callers 2

setColorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected