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

◆ lanes()

template<EOrder RGB_ORDER, int LANES = 1, fl::u32 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 387 of file pixel_controller.h.

387{ return LANES; }
Pixel controller class.

References FASTLED_FORCE_INLINE.