MCPcopy Create free account
hub / github.com/FastLED/FastLED / advanceAndLoadAndScale

Method advanceAndLoadAndScale

src/pixel_controller.h:486–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484 /// A version of loadAndScale() that advances the output data pointer
485 /// @param pc reference to the pixel controller
486 template<int SLOT> FASTLED_FORCE_INLINE static fl::u8 advanceAndLoadAndScale(PixelController & pc) { pc.advanceData(); return pc.loadAndScale<SLOT>(pc); }
487
488 /// A version of loadAndScale() that advances the output data pointer
489 /// @param pc reference to the pixel controller

Callers

nothing calls this directly

Calls 1

advanceDataMethod · 0.45

Tested by

no test coverage detected