PixelSet copy constructor.
Definition at line 77 of file pixelset.h.
PIXEL_TYPE *const leds
pointer to the LED data
const int8_t dir
direction of the LED data, either 1 or -1. Determines how the pointer is incremented.
PIXEL_TYPE *const end_pos
pointer to the end position of the LED data
const int len
length of the LED data, in PIXEL_TYPE units.
Represents a set of LED objects.
Referenced by CPixelView< CRGB >::operator()(), and CPixelView< CRGB >::operator-().