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

◆ get_brightness()

uint8_t get_brightness ( )

Definition at line 387 of file FastLED.cpp.

387 {
388 return FastLED.getBrightness();
389}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74

References FastLED.