|
FastLED 3.9.15
|
| void fl::fill_rainbow | ( | struct CHSV * | targetArray, |
| int | numToFill, | ||
| fl::u8 | initialhue, | ||
| fl::u8 | 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 |