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

◆ advanceBy()

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

Get the amount to advance the pointer by.

Returns
PixelController::mAdvance

Definition at line 308 of file pixel_controller.h.

308{ return mAdvance; }
int8_t mAdvance
how many bytes to advance the pointer by each time. For CRGB this is 3.

References FASTLED_FORCE_INLINE, and mAdvance.