MCPcopy Create free account
hub / github.com/FastLED/FastLED / getRgbww

Method getRgbww

src/fl/channels/cled_controller.h:133–133  ·  view source on GitHub ↗

@return The Rgbww configuration if this channel is in 5-channel mode, otherwise RgbwwInvalid::value().

Source from the content-addressed store, hash-verified

131 /// @return The Rgbww configuration if this channel is in 5-channel mode,
132 /// otherwise RgbwwInvalid::value().
133 Rgbww getRgbww() const FL_NOEXCEPT { return mSettings.rgbww(); }
134
135 /// Initialize the LED controller
136 virtual void init() FL_NOEXCEPT = 0;

Callers

nothing calls this directly

Calls 1

rgbwwMethod · 0.80

Tested by

no test coverage detected