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

◆ volumeToColor()

CRGB fl::audio::Reactive::volumeToColor ( const CRGBPalette16 & palette) const

Definition at line 580 of file audio_reactive.cpp.hpp.

580 {
581 fl::u8 index = volumeToScale255();
582 // Simplified color palette lookup
583 return CRGB(index, index, index); // For now, return grayscale
584}
fl::u8 volumeToScale255() const
unsigned char u8
Definition s16x16x4.h:132
fl::CRGB CRGB
Definition video.h:15

References volumeToScale255().

+ Here is the call graph for this function: