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

Method setDither

src/FastLED.cpp.hpp:407–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void CFastLED::setDither(fl::u8 ditherMode) {
408 CLEDController *pCur = CLEDController::head();
409 while(pCur) {
410 pCur->setDither(ditherMode);
411 pCur = pCur->next();
412 }
413}
414
415fl::u32 CFastLED::getEstimatedPowerInMilliWatts(bool apply_limiter) const {
416 fl::u32 total_power_mW = 0;

Callers 5

showMethod · 0.80
showColorMethod · 0.80
showPixelsFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected