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

◆ volumeToColor()

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

Definition at line 368 of file audio_reactive.cpp.

368 {
369 fl::u8 index = volumeToScale255();
370 // Simplified color palette lookup
371 return CRGB(index, index, index); // For now, return grayscale
372}
fl::u8 volumeToScale255() const
unsigned char u8
Definition int.h:17

References volumeToScale255().

+ Here is the call graph for this function: