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

◆ PixelController() [1/5]

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

Copy constructor.

Parameters
otherthe object to copy

Definition at line 99 of file pixel_controller.h.

99 {
100 copy(other);
101 }
void copy(const PixelControllerT &other)
Pixel controller class.

References PixelController(), and copy().

Referenced by PixelController(), PixelController(), advanceAndLoadAndScale(), advanceAndLoadAndScale(), advanceAndLoadAndScale(), dither(), dither(), getd(), getscale(), loadAndScale(), loadAndScale(), loadAndScale(), loadAndScale(), loadByte(), loadByte(), scale(), and scale().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: