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

◆ RGBWEmulatedController()

template<typename CONTROLLER, EOrder RGB_ORDER = GRB>
RGBWEmulatedController< CONTROLLER, RGB_ORDER >::RGBWEmulatedController ( const Rgbw & rgbw = RgbwDefault())
inline

Constructor with optional RGBW configuration.

Parameters
rgbwConfiguration for RGBW color conversion (defaults to kRGBWExactColors mode)

Definition at line 222 of file chipsets.h.

222 {
223 this->setRgbw(rgbw);
224 };
Emulation layer to support RGBW LEDs on RGB controllers.
Definition chipsets.h:195
CLEDController & setRgbw(const Rgbw &arg=RgbwDefault::value()) FL_NOEXCEPT

References rgbw, and fl::CLEDController::setRgbw().

+ Here is the call graph for this function: