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

◆ getFirePalette()

CRGBPalette16 getFirePalette ( )

Definition at line 578 of file curr.h.

578 {
579 int paletteIndex = (int)firePalette.value();
580 switch (paletteIndex) {
581 case 0:
582 return firepal;
583 case 1:
584 return electricGreenFirePal;
585 case 2:
586 return electricBlueFirePal;
587 default:
588 return firepal;
589 }
590}
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: