| 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 |
nothing calls this directly
no test coverage detected