FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ 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; }
UISlider scale("Scale", 1.0f, 0.0f, 1.0f, 0.01f)
uint8_t m_Scale
the current global brightness scale setting
Definition FastLED.h:372

References m_Scale, and scale.