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

◆ getDither()

uint8_t CLEDController::getDither ( )
inline

Get the dithering option currently set for this controller.

Returns
the currently set dithering option (CLEDController::m_DitherMode)

Definition at line 212 of file cled_controller.h.

212{ return m_DitherMode; }
EDitherMode m_DitherMode
the current dither mode of the controller

References m_DitherMode.

Referenced by beginShowLeds(), CPixelLEDController< RGB_ORDER, LANES, MASK >::show(), and CPixelLEDController< RGB_ORDER, LANES, MASK >::showColor().

+ Here is the caller graph for this function: