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

◆ pixelset_iterator_base() [2/2]

template<class PIXEL_TYPE>
template<class T>
FASTLED_FORCE_INLINE CPixelView< PIXEL_TYPE >::pixelset_iterator_base< T >::pixelset_iterator_base ( T * _leds,
const char _dir )
inline

Base constructor.

Template Parameters
thetype of the LED array data
Parameters
_ledspointer to LED array
_dirdirection of LED array

Definition at line 426 of file pixelset.h.

426: leds(_leds), dir(_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
Represents a set of LED objects.
Definition pixelset.h:67