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

◆ UCS7604CurrentControl() [2/3]

fl::UCS7604CurrentControl::UCS7604CurrentControl ( u8 brightness)
inlineexplicit

Construct from single brightness value (all channels)

Definition at line 45 of file ucs7604.h.

46 : r(brightness & 0xF), g(brightness & 0xF), b(brightness & 0xF), w(brightness & 0xF) {}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
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, brightness, g, r, and w.