FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setDither()

CLEDController & fl::CLEDController::setDither ( fl::u8 ditherMode = BINARY_DITHER)
inline

Set the dithering mode for this controller to use.

Parameters
ditherModethe dithering mode to set
Returns
a reference to the controller

Definition at line 289 of file cled_controller.h.

289{ mSettings.mDitherMode = ditherMode; return *this; }
ChannelOptions mSettings
Optional channel settings (correction, temperature, dither, rgbw, affinity)

References CLEDController(), BINARY_DITHER, FL_NOEXCEPT, and mSettings.

Referenced by fl::Channel::Channel(), fl::Channel::Channel(), fl::Channel::applyConfig(), endShowLeds(), CFastLED::setDither(), CFastLED::show(), and CFastLED::showColor().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: