FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ setDither()

CLEDController & CLEDController::setDither ( uint8_t 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 192 of file cled_controller.h.

192{ 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(), CFastLED::setDither(), CFastLED::show(), and CFastLED::showColor().

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