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

Method setLedMappingType

sources/base/HyperHdrInstance.cpp:644–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644void HyperHdrInstance::setLedMappingType(int mappingType)
645{
646 if (mappingType != _imageProcessor->getLedMappingType())
647 {
648 _imageProcessor->setLedMappingType(mappingType);
649 emit SignalImageToLedsMappingChanged(mappingType);
650 }
651}
652
653void HyperHdrInstance::handleVisibleComponentChanged(hyperhdr::Components comp)
654{

Callers

nothing calls this directly

Calls 1

getLedMappingTypeMethod · 0.80

Tested by

no test coverage detected