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

◆ getRgbw()

Rgbw fl::CLEDController::getRgbw ( ) const
inline
Returns
The Rgbw configuration if this channel is in 4-channel mode, otherwise RgbwInvalid::value(). Backward-compatible with the pre-#2558 API: callers that don't know about Rgbww see the same shape as before.

Definition at line 129 of file cled_controller.h.

129{ return mSettings.rgbw(); }
ChannelOptions mSettings
Optional channel settings (correction, temperature, dither, rgbw, affinity)

References FL_NOEXCEPT, getRgbw(), and mSettings.

Referenced by fl::Channel::getRgbw(), getRgbw(), and RGBWEmulatedController< CONTROLLER, RGB_ORDER >::showPixels().

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