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

◆ setRgbw()

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

Definition at line 65 of file cled_controller.h.

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

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: