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

Method setTemperature

src/FastLED.cpp.hpp:391–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void CFastLED::setTemperature(const CRGB & temp) {
392 CLEDController *pCur = CLEDController::head();
393 while(pCur) {
394 pCur->setTemperature(temp);
395 pCur = pCur->next();
396 }
397}
398
399void CFastLED::setCorrection(const CRGB & correction) {
400 CLEDController *pCur = CLEDController::head();

Callers 1

showPixelsFunction · 0.45

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected