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

Method setCorrection

src/FastLED.cpp.hpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void CFastLED::setCorrection(const CRGB & correction) {
400 CLEDController *pCur = CLEDController::head();
401 while(pCur) {
402 pCur->setCorrection(correction);
403 pCur = pCur->next();
404 }
405}
406
407void CFastLED::setDither(fl::u8 ditherMode) {
408 CLEDController *pCur = CLEDController::head();

Callers 8

showPixelsFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls 1

nextMethod · 0.45

Tested by 1

setupFunction · 0.36