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

◆ getFirePalette()

fl::CRGBPalette16 getFirePalette ( )

Definition at line 566 of file curr.h.

566 {
567 int paletteIndex = (int)firePalette.value();
568 switch (paletteIndex) {
569 case 0:
570 return firepal;
571 case 1:
572 return electricGreenFirePal;
573 case 2:
574 return electricBlueFirePal;
575 default:
576 return firepal;
577 }
578}
UINumberField firePalette("Fire Palette", 0, 0, 2)

References firePalette().

Referenced by fillFrameBufferFire().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: