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

◆ CPixelView() [1/3]

template<class PIXEL_TYPE>
CPixelView< PIXEL_TYPE >::CPixelView ( const CPixelView< PIXEL_TYPE > & other)
inline

PixelSet copy constructor.

Definition at line 69 of file pixelset.h.

PIXEL_TYPE *const leds
pointer to the LED data
Definition pixelset.h:64
const int8_t dir
direction of the LED data, either 1 or -1. Determines how the pointer is incremented.
Definition pixelset.h:61
PIXEL_TYPE *const end_pos
pointer to the end position of the LED data
Definition pixelset.h:65
const int len
length of the LED data, in PIXEL_TYPE units.
Definition pixelset.h:62
Represents a set of LED objects.
Definition pixelset.h:59

Referenced by CPixelView< CRGB >::operator()(), and CPixelView< CRGB >::operator-().

+ Here is the caller graph for this function: