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

◆ UCS7604CurrentControl() [1/3]

fl::UCS7604CurrentControl::UCS7604CurrentControl ( )
inline

Default constructor - maximum brightness.

Definition at line 42 of file ucs7604.h.

42: r(0xF), g(0xF), b(0xF), w(0xF) {}
u8 g
Green channel current (0x0-0xF)
Definition ucs7604.h:37
u8 b
Blue channel current (0x0-0xF)
Definition ucs7604.h:38
u8 w
White channel current (0x0-0xF)
Definition ucs7604.h:39
u8 r
Red channel current (0x0-0xF)
Definition ucs7604.h:36

References b, FL_NOEXCEPT, g, r, and w.