FastLED 3.9.15
|
void CFastLED::setDither | ( | uint8_t | ditherMode = BINARY_DITHER | ) |
Set the dithering mode.
Sets the dithering mode for all added led strips, overriding whatever previous dithering option those controllers may have had.
ditherMode | what type of dithering to use, either BINARY_DITHER or DISABLE_DITHER |
Definition at line 264 of file FastLED.cpp.
References CLEDController::head(), CLEDController::next(), and CLEDController::setDither().