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