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

◆ setBrightness()

void CFastLED::setBrightness ( uint8_t scale)
inline

Set the global brightness scaling.

Parameters
scalea 0-255 value for how much to scale all leds before writing them out

Definition at line 776 of file FastLED.h.

776{ m_Scale = scale; }
uint8_t m_Scale
the current global brightness scale setting
Definition FastLED.h:372
uint16_t scale
Definition funky.cpp:83

References m_Scale, and scale.