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

◆ set_brightness() [2/2]

void fl::ucs7604::set_brightness ( u8 r,
u8 g,
u8 b,
u8 w )
inline

Set global UCS7604 brightness with individual channel values (EXPERIMENTAL)

Parameters
rRed channel current (0x0-0xF)
gGreen channel current (0x0-0xF)
bBlue channel current (0x0-0xF)
wWhite channel current (0x0-0xF)
Note
This is SECONDARY to FastLED::setBrightness() - use that as primary control
Affects current control which may impact color accuracy

Definition at line 72 of file ucs7604.h.

72 {
73 set_brightness(CurrentControl(r, g, b, w));
74 }
void set_brightness(CurrentControl current)
Set global UCS7604 brightness via current control (EXPERIMENTAL)
UCS7604CurrentControl CurrentControl
Type alias for current control (defined in ucs7604_encoder.h)
Definition ucs7604.h:57

References set_brightness().

+ Here is the call graph for this function: