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

◆ lanes()

template<EOrder RGB_ORDER, int LANES = 1, uint32_t MASK = 0xFFFFFFFF>
FASTLED_FORCE_INLINE int PixelController< RGB_ORDER, LANES, MASK >::lanes ( )
inline

Get the number of lanes of the Controller.

Returns
LANES from template

Definition at line 304 of file pixel_controller.h.

304{ return LANES; }
Pixel controller class.

References FASTLED_FORCE_INLINE.