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

◆ clearWhiteChannel()

CLEDController & fl::CLEDController::clearWhiteChannel ( )
inline

Reset this channel to plain 3-channel RGB (clears any RGBW/RGBWW configuration).

Equivalent to assigning an empty mWhiteCfg.

Definition at line 108 of file cled_controller.h.

108 {
109 mSettings.mWhiteCfg.reset();
110 return *this;
111 }
ChannelOptions mSettings
Optional channel settings (correction, temperature, dither, rgbw, affinity)

References CLEDController(), FL_NOEXCEPT, and mSettings.

+ Here is the call graph for this function: