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

◆ getBrightness()

u8 fl::FastLEDAdapter::getBrightness ( ) const
overridevirtual

Get the current global brightness.

Returns
Brightness level (0-255)

Implements fl::IFastLED.

Definition at line 80 of file adapter.cpp.hpp.

80 {
81 return FastLED.getBrightness();
82}
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.

References FastLED.

Referenced by ~FastLEDAdapter().

+ Here is the caller graph for this function: