|
FastLED 3.9.15
|
Per-strip RGBWW configuration.
Parallels fl::Rgbw but carries the two reference CCTs the layered solver needs (warm-W and cool-W).
#include <rgbww.h>
Inheritance diagram for fl::Rgbww:
Collaboration diagram for fl::Rgbww:Public Member Functions | |
| Rgbww (fl::u16 warm=kRGBWWDefaultWarmCct, fl::u16 cool=kRGBWWDefaultCoolCct, RGBWW_MODE mode=RGBWW_MODE::kRGBWWColorimetric, EOrderWW placement=EOrderWW::WWDefault) FL_NOEXCEPT | |
| FASTLED_FORCE_INLINE bool | active () const FL_NOEXCEPT |
Public Attributes | |
| fl::u16 | cool_cct |
| const colorimetric_detail::RgbcctProfile * | profile |
| Optional override for the diode profile (warm + cool W chromaticity + luminance). | |
| RGBWW_MODE | rgbww_mode |
| EOrderWW | w_placement |
| fl::u16 | warm_cct |