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

◆ setDither()

CLEDController & 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 193 of file cled_controller.h.

193{ m_DitherMode = ditherMode; return *this; }
EDitherMode m_DitherMode
the current dither mode of the controller

References CLEDController(), BINARY_DITHER, and m_DitherMode.

Referenced by endShowLeds().

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