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

◆ UCS7604CurrentControl() [3/3]

fl::UCS7604CurrentControl::UCS7604CurrentControl ( u8 r_,
u8 g_,
u8 b_,
u8 w_ )
inline

Construct from individual channel values.

Definition at line 49 of file ucs7604.h.

50 : r(r_ & 0xF), g(g_ & 0xF), b(b_ & 0xF), w(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, g, r, and w.