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