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

◆ PixelController() [2/5]

template<EOrder RGB_ORDER, int LANES = 1, uint32_t MASK = 0xFFFFFFFF>
template<EOrder RGB_ORDER_OTHER>
PixelController< RGB_ORDER, LANES, MASK >::PixelController ( const PixelController< RGB_ORDER_OTHER, LANES, MASK > & other)
inline

Definition at line 104 of file pixel_controller.h.

104 {
105 copy(other);
106 }
void copy(const PixelControllerT &other)
Pixel controller class.

References PixelController(), and copy().

+ Here is the call graph for this function: