FastLED 3.9.15
|
void fill_rainbow | ( | struct CHSV * | targetArray, |
int | numToFill, | ||
uint8_t | initialhue, | ||
uint8_t | deltahue = 5 ) |
Fill a range of LEDs with a rainbow of colors.
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 |
deltahue | how many hue values to advance for each LED |
Definition at line 89 of file colorutils.cpp.