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

◆ setRgbw()

CLEDController & CLEDController::setRgbw ( const Rgbw & arg = RgbwDefault::value())
inline

Definition at line 66 of file cled_controller.h.

66 {
67 // Note that at this time (Sept 13th, 2024) this is only implemented in the ESP32 driver
68 // directly. For an emulated version please see RGBWEmulatedController in chipsets.h
69 mRgbMode = arg;
70 return *this; // builder pattern.
71 }

References CLEDController(), mRgbMode, and RgbwDefault::value().

Referenced by RGBWEmulatedController< CONTROLLER, RGB_ORDER >::RGBWEmulatedController().

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