MCPcopy 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
56ColorRgb SoundCaptureResult::getRangeColor(uint8_t index) const
57{
58 if (index < SOUNDCAP_RESULT_RES)
59 return color[index];
60 return color[0];
61}
62
63void SoundCaptureResult::ClearResult()
64{

Callers 1

getImageMethod · 0.80

Calls

no outgoing calls

Tested by 1

getImageMethod · 0.64