FastLED 3.9.15
Loading...
Searching...
No Matches

◆ pixelset_iterator_base() [1/2]

template<class PIXEL_TYPE>
template<class T>
FASTLED_FORCE_INLINE CPixelView< PIXEL_TYPE >::pixelset_iterator_base< T >::pixelset_iterator_base ( const pixelset_iterator_base< T > & rhs)
inline

Copy constructor.

Definition at line 420 of file pixelset.h.

420: leds(rhs.leds), dir(rhs.dir) {}
const int8_t dir
direction of LED array, for incrementing the pointer
Definition pixelset.h:416
T * leds
pointer to LED array
Definition pixelset.h:415
PIXEL_TYPE *const leds
pointer to the LED data
Definition pixelset.h:72
const int8_t dir
direction of the LED data, either 1 or -1. Determines how the pointer is incremented.
Definition pixelset.h:69
Represents a set of LED objects.
Definition pixelset.h:67