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

Method getRgbw

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

@return 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.

Source from the content-addressed store, hash-verified

127 /// otherwise RgbwInvalid::value(). Backward-compatible with the pre-#2558
128 /// API: callers that don't know about Rgbww see the same shape as before.
129 Rgbw getRgbw() const FL_NOEXCEPT { return mSettings.rgbw(); }
130
131 /// @return The Rgbww configuration if this channel is in 5-channel mode,
132 /// otherwise RgbwwInvalid::value().

Callers

nothing calls this directly

Calls 1

rgbwMethod · 0.80

Tested by

no test coverage detected