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

◆ rainbow()

void rainbow ( )
Examples
DemoReel100.ino.

Definition at line 80 of file DemoReel100.ino.

81{
82 // FastLED's built-in rainbow generator
84}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
uint8_t gHue
void fill_rainbow(CRGB *targetArray, int numToFill, fl::u8 initialhue, fl::u8 deltahue=5) FL_NOEXCEPT
Fill a range of LEDs with a rainbow of colors.
Definition fill.cpp.hpp:29

References fill_rainbow(), gHue, leds, and NUM_LEDS.

Referenced by fl::FlowFieldFloat::drawAALine(), fl::FlowFieldFP::drawAALine(), fl::FlowFieldFloat::emitLissajousLine(), fl::FlowFieldFP::emitLissajousLine(), fl::FlowFieldFloat::emitOrbitalDots(), fl::FlowFieldFP::emitOrbitalDots(), fl::DemoReel100::rainbowWithGlitter(), rainbowWithGlitter(), and fl::DemoReel100::runPattern().

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