Access an inclusive subset of the LEDs in this set.
PIXEL_TYPE *const leds
pointer to the LED data
iterator end()
Makes an iterator instance for the end of the LED set.
const int8_t dir
direction of the LED data, either 1 or -1. Determines how the pointer is incremented.
const int len
length of the LED data, in PIXEL_TYPE units.
CPixelView(const CPixelView &other)
PixelSet copy constructor.
Represents a view/window into a set of LED pixels, providing array-like access and rich color operati...