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

◆ get_brightness()

uint8_t get_brightness ( )

Definition at line 371 of file FastLED.cpp.

371 {
372 return FastLED.getBrightness();
373}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:62

References FastLED.