|
FastLED 3.9.15
|
|
inline |
PixelSet constructor for the given set of LEDs, with start and end boundaries.
Note that start can be after end, resulting in a set that will iterate backwards
| _leds | pointer to the raw LED data |
| _start | the start index of the LEDs for this array |
| _end | the end index of the LEDs for this array |
Definition at line 133 of file pixelset.h.