FastLED 3.9.15
|
void fill_rainbow_circular | ( | struct CHSV * | targetArray, |
int | numToFill, | ||
uint8_t | initialhue, | ||
bool | reversed = false ) |
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 124 of file colorutils.cpp.