Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ getRangeColor
Method
getRangeColor
sources/base/SoundCaptureResult.cpp:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
ColorRgb SoundCaptureResult::getRangeColor(uint8_t index) const
57
{
58
if (index < SOUNDCAP_RESULT_RES)
59
return color[index];
60
return color[0];
61
}
62
63
void SoundCaptureResult::ClearResult()
64
{
Callers
1
getImage
Method · 0.80
Calls
no outgoing calls
Tested by
1
getImage
Method · 0.64