|
FastLED 3.9.15
|
|
inline |
Fill a range of LEDs with a rainbow of colors, so that the hues are continuous between the end of the strip and the beginning.
The colors making up the rainbow are at full saturation and full value (brightness).
| targetArray | a pointer to the LED array to fill |
| numToFill | the number of LEDs to fill in the array |
| initialhue | the starting hue for the rainbow |
| reversed | whether to progress through the rainbow hues backwards |
Definition at line 79 of file fill.h.
References fill_rainbow_circular(), FL_NOEXCEPT, and leds.
Here is the call graph for this function: