FastLED 3.9.15
Loading...
Searching...
No Matches

◆ volumeToColor()

CRGB fl::AudioReactive::volumeToColor ( const CRGBPalette16 & palette) const

Definition at line 426 of file audio_reactive.cpp.

426 {
427 fl::u8 index = volumeToScale255();
428 // Simplified color palette lookup
429 return CRGB(index, index, index); // For now, return grayscale
430}
fl::u8 volumeToScale255() const
unsigned char u8
Definition int.h:17

References volumeToScale255().

+ Here is the call graph for this function: