@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.
| 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(). |